finai/deploy/.env.example

7 lines
244 B
Plaintext

POSTGRES_DB=finai
POSTGRES_USER=finai
POSTGRES_PASSWORD=finai
DATABASE_URL=postgresql+psycopg://finai:finai@postgres:5432/finai
JWT_SECRET_KEY=change-me-in-production
ALLOWED_ORIGINS=http://localhost:5173,http://127.0.0.1:5173,http://localhost