7 lines
233 B
Bash
7 lines
233 B
Bash
DATABASE_URL=postgresql+psycopg://metabloom:change-me@localhost:5432/metabloom
|
|
JWT_SECRET=generate-a-random-secret-of-at-least-32-characters
|
|
ENVIRONMENT=production
|
|
ALLOWED_ORIGINS=https://app.example.com
|
|
POSTGRES_PASSWORD=change-me
|
|
|