Initial commit
This commit is contained in:
9
.env.example
Normal file
9
.env.example
Normal file
@@ -0,0 +1,9 @@
|
||||
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
|
||||
Reference in New Issue
Block a user