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

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
ENABLE_ACCESS_LOG=true
SENTRY_DSN=