Add app name to PG settings

This commit is contained in:
Devon Mackay 2018-07-30 20:35:00 -04:00 committed by richard-dds
parent ab3ba06f18
commit c551e02c2e

View File

@ -11,6 +11,7 @@ CAC_URL = https://localhost:8001
REQUESTS_QUEUE_BASE_URL = http://localhost:8003 REQUESTS_QUEUE_BASE_URL = http://localhost:8003
REDIS_URI = redis://localhost:6379 REDIS_URI = redis://localhost:6379
SESSION_TTL_SECONDS = 600 SESSION_TTL_SECONDS = 600
PGAPPNAME = atst
PGHOST = localhost PGHOST = localhost
PGPORT = 5432 PGPORT = 5432
PGUSER = postgres PGUSER = postgres