sensitive for start
This commit is contained in:
9
.env
Normal file
9
.env
Normal file
@@ -0,0 +1,9 @@
|
||||
POSTGRES_USER=bd_user
|
||||
POSTGRES_PASSWORD=2123
|
||||
POSTGRES_DB=family_budget
|
||||
POSTGRES_PORT=5432
|
||||
|
||||
DATABASE_URL=postgresql://bd_user:2123@localhost:5432/family_budget
|
||||
|
||||
APP_PORT=8080
|
||||
RUST_LOG=info
|
||||
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,5 +1,4 @@
|
||||
target/
|
||||
.env
|
||||
CLAUDE.md
|
||||
.idea
|
||||
|
||||
|
||||
Reference in New Issue
Block a user