fix: .env.example

This commit is contained in:
dextmorgn
2025-10-24 10:31:31 +02:00
parent 46a2132740
commit 42ec611501

View File

@@ -4,10 +4,7 @@ NEO4J_URI_BOLT=bolt://neo4j:7687
NEO4J_USERNAME=neo4j
NEO4J_PASSWORD=password
VITE_API_URL=http://127.0.0.1:5001
# For Docker: use 'postgres' hostname and internal port 5432
DATABASE_URL=postgresql://flowsint:flowsint@postgres:5432/flowsint
# For local development (outside Docker): use localhost:5433
# DATABASE_URL=postgresql://flowsint:flowsint@localhost:5433/flowsint
DATABASE_URL=postgresql://flowsint:flowsint@localhost:5433/flowsint
HIBP_API_KEY=
ETHERSCAN_API_KEY=
WHOXY_API_KEY=