nquest/.env

7 lines
102 B
Bash
Raw Normal View History

2023-11-01 23:21:12 +03:00
PG_HOST=localhost
PG_NAME=nquest
PG_USER=nquest
PG_PASS=nquest
PG_PORT=5432
SECRET=s3cr3t
LISTEN=:8000