PostgreSQL: update config & connection pool
This commit is contained in:
parent
a89a9776c3
commit
e2de88b25b
3 changed files with 4 additions and 4 deletions
|
|
@ -3,5 +3,5 @@ DEV_MODE=false
|
|||
APP_LISTEN_ADDRESS=127.0.0.1
|
||||
APP_LISTEN_PORT=3000
|
||||
APP_BEHIND_PROXY=false
|
||||
DATABASE_LOCATION=./people.db
|
||||
DATABASE_DSN="host=localhost user=camarades password=camarades dbname=camarades port=5432 sslmode=disable TimeZone=Europe/Zurich"
|
||||
SESSIONS_LOCATION=./sessions.db
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue