22 lines
502 B
Plaintext
22 lines
502 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
|
|
|
|
GITHUB_USERNAME=your_github_username
|
|
GITHUB_TOKEN=your_github_personal_access_token
|
|
OWNER=your_github_username
|
|
|
|
REPO_USER=your_github_username
|
|
REPO_PASS=your_github_personal_access_token
|