add env config template
This commit is contained in:
parent
0fe013f265
commit
2e1c9282c5
2 changed files with 6 additions and 0 deletions
5
backend/.env.example
Normal file
5
backend/.env.example
Normal 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
1
backend/.gitignore
vendored
|
|
@ -1,2 +1,3 @@
|
||||||
vendor/
|
vendor/
|
||||||
.phpunit.cache/
|
.phpunit.cache/
|
||||||
|
.env
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue