Add environment configuration, some fixes in main.py (size).
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
POSTGRES_USER = postgres
|
||||
POSTGRES_DB = university
|
||||
POSTGRES_PASS = pass
|
||||
POSTGRES_HOST = localhost
|
||||
POSTGRES_PORT = 5432
|
||||
|
||||
NEO_ACTIVE=false
|
||||
NEO_USER=neo4j
|
||||
NEO_PASS=pass
|
||||
NEO_HOST=neo4j://localhost:7687
|
||||
Reference in New Issue
Block a user