7 lines
285 B
Plaintext
7 lines
285 B
Plaintext
POSTGRES_DB="rave_budget_control"
|
|
POSTGRES_USER="postgres"
|
|
POSTGRES_PASSWORD="change-this-db-password"
|
|
DATABASE_URL="postgresql://postgres:postgres@db:5432/rave_budget_control?schema=public"
|
|
NEXTAUTH_URL="http://localhost:3000"
|
|
NEXTAUTH_SECRET="replace-this-with-a-long-random-secret"
|