9 lines
179 B
Bash
9 lines
179 B
Bash
POSTGRES_USER = postgres
|
|
POSTGRES_DB = university
|
|
POSTGRES_PASS = pass
|
|
POSTGRES_HOST = localhost
|
|
POSTGRES_PORT = 5432
|
|
|
|
NEO_USER=neo4j
|
|
NEO_PASS=pass
|
|
NEO_HOST=neo4j://localhost:7687 |