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