15 lines
314 B
Plaintext
15 lines
314 B
Plaintext
POSTGRES_USER=your_db_user
|
|
POSTGRES_PASSWORD=your_secure_password
|
|
POSTGRES_DB=family_budget
|
|
POSTGRES_PORT=5435
|
|
|
|
DATABASE_URL=postgresql://your_db_user:your_secure_password@localhost:5435/family_budget
|
|
|
|
APP_PORT=8080
|
|
RUST_LOG=info
|
|
|
|
DOMAIN=yourdomain.com
|
|
EMAIL=your@email.com
|
|
|
|
ALLOWED_ORIGINS=https://yourdomain.com
|