This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
backend/.env.example

17 lines
240 B
Plaintext
Raw Permalink Normal View History

2021-11-01 06:53:51 +00:00
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=./dev/upload
2021-11-01 06:53:51 +00:00
ENABLE_ACCESS_LOG=true
2021-11-05 06:53:14 +00:00
SENTRY_DSN=