add .env.example

This commit is contained in:
Dawid Wysokiński 2021-11-01 07:53:51 +01:00
parent 5eb7f0e635
commit 18cd93570d
Signed by: Kichiyaki
GPG Key ID: EF14026D247EB867
1 changed files with 14 additions and 0 deletions

14
.env.example Normal file
View File

@ -0,0 +1,14 @@
DB_USER=postgres
DB_NAME=zdamegzzawodowy
DB_PORT=5432
DB_HOST=localhost
DB_PASSWORD=postgres
DB_POOL_SIZE=40 #optional
LOG_DB_QUERIES=true
ACCESS_SECRET=devaccesssecret
FILE_STORAGE_PATH=/
ENABLE_ACCESS_LOG=true