add env config template

This commit is contained in:
Yisroel Baum 2026-05-17 21:49:18 +03:00
parent 0fe013f265
commit 2e1c9282c5
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9
2 changed files with 6 additions and 0 deletions

5
backend/.env.example Normal file
View file

@ -0,0 +1,5 @@
DB_HOST=127.0.0.1
DB_PORT=5432
DB_NAME=rabbigerzi
DB_USER=postgres
DB_PASSWORD=

1
backend/.gitignore vendored
View file

@ -1,2 +1,3 @@
vendor/ vendor/
.phpunit.cache/ .phpunit.cache/
.env