nquest/.env

7 lines
No EOL
102 B
Bash

PG_HOST=localhost
PG_NAME=nquest
PG_USER=nquest
PG_PASS=nquest
PG_PORT=5432
SECRET=s3cr3t
LISTEN=:8000