Skip to content

Commit cbfeafa

Browse files
committed
Add API URL configuration to environment example
1 parent 1c2b58b commit cbfeafa

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

apps/web/.env.example

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@ NEXT_PUBLIC_NEO4J_URI=neo4j://127.0.0.1:7687
33
NEXT_PUBLIC_NEO4J_USER=neo4j
44
NEXT_PUBLIC_NEO4J_PASS=10514912
55
NEXT_PUBLIC_NEO4J_DB=demo
6+
7+
# API URL
8+
NEXT_PUBLIC_API_URL=http://localhost:8000/api/v1

0 commit comments

Comments
 (0)