Skip to content

Commit

Permalink
fix .env
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanPorshnev committed Dec 21, 2024
1 parent 59e7a13 commit bfbdc6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
from io import StringIO
import os


uri = os.getenv("NEO4J_URI", "bolt://neo4j:7687")
auth = os.getenv("NEO4J_AUTH", "neo4j/12345678").split('/')
username = auth[0]
Expand Down

0 comments on commit bfbdc6d

Please sign in to comment.