mirror of
https://github.com/reconurge/flowsint.git
synced 2026-04-28 18:30:43 -05:00
11 lines
283 B
Plaintext
11 lines
283 B
Plaintext
NODE_ENV=production
|
|
AUTH_SECRET=superscretchangeitplz
|
|
NEO4J_URI_BOLT=bolt://neo4j:7687
|
|
NEO4J_USERNAME=neo4j
|
|
NEO4J_PASSWORD=password
|
|
VITE_API_URL=http://127.0.0.1:5001
|
|
DATABASE_URL=postgresql://flowsint:flowsint@localhost:5433/flowsint
|
|
HIBP_API_KEY=
|
|
ETHERSCAN_API_KEY=
|
|
WHOXY_API_KEY=
|