From 2e556940501c1e77a374eaa51150c5ab6c7ba8f3 Mon Sep 17 00:00:00 2001 From: arrelin Date: Thu, 11 Dec 2025 09:45:40 +0300 Subject: [PATCH] sensitive for start --- .env | 9 +++++++++ .gitignore | 1 - 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 .env diff --git a/.env b/.env new file mode 100644 index 0000000..f7a7ba9 --- /dev/null +++ b/.env @@ -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 diff --git a/.gitignore b/.gitignore index 3f32e01..43c1f52 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,4 @@ target/ -.env CLAUDE.md .idea