sensitive for start

This commit is contained in:
arrelin
2025-12-11 09:45:40 +03:00
parent bfb8850fc2
commit 2e55694050
2 changed files with 9 additions and 1 deletions

9
.env Normal file
View 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
View File

@@ -1,5 +1,4 @@
target/
.env
CLAUDE.md
.idea