Merge pull request #48 from zdam-egzamin-zawodowy/add-env-example

add .env.example
This commit is contained in:
Dawid Wysokiński 2021-11-01 07:54:04 +01:00 committed by GitHub
commit bc79e35cfe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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