# PostgreSQL POSTGRES_DB=glibredecision POSTGRES_USER=glibredecision POSTGRES_PASSWORD=change-me-in-production DATABASE_URL=postgresql+asyncpg://glibredecision:change-me-in-production@localhost:5432/glibredecision # Backend SECRET_KEY=change-me-in-production-with-a-real-secret-key DEBUG=true CORS_ORIGINS=["http://localhost:3002"] # Duniter V2 RPC DUNITER_RPC_URL=wss://gdev.p2p.legal/ws # IPFS IPFS_API_URL=http://localhost:5001 IPFS_GATEWAY_URL=http://localhost:8080 # Frontend NUXT_PUBLIC_API_BASE=http://localhost:8002/api/v1 # Docker / Production DOMAIN=glibredecision.org