finai/deploy/.env.example

7 lines
274 B
Plaintext

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