.env.example 628 B

123456789101112
  1. NODE_ENV=production
  2. AUTH_SECRET=superscretchangeitplz
  3. # Generate your own master key by running: python3 -c "import os, base64; key = os.urandom(32); print('base64:' + base64.b64encode(key).decode('utf-8'))"
  4. MASTER_VAULT_KEY_V1=base64:qnHTmwYb+uoygIw9MsRMY22vS5YPchY+QOi/E79GAvM=
  5. NEO4J_URI_BOLT=bolt://neo4j:7687
  6. NEO4J_USERNAME=neo4j
  7. NEO4J_PASSWORD=password
  8. VITE_API_URL=http://127.0.0.1:5001
  9. # Comma-separated CORS allowed origins. Defaults to http://localhost:5173 (Vite dev) when unset.
  10. ALLOWED_ORIGINS=http://localhost:5173
  11. DATABASE_URL=postgresql://flowsint:flowsint@localhost:5433/flowsint
  12. REDIS_URL=redis://redis:6379/0