Add environment configuration, some fixes in main.py (size).

This commit is contained in:
2026-03-10 01:03:29 +03:00
parent 5505a521ff
commit 096efb7929
4 changed files with 85 additions and 20 deletions
+10
View File
@@ -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