From c551e02c2ee3db6318b58c6243608fdbdd0a3edb Mon Sep 17 00:00:00 2001 From: Devon Mackay Date: Mon, 30 Jul 2018 20:35:00 -0400 Subject: [PATCH] Add app name to PG settings --- config/base.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/config/base.ini b/config/base.ini index 6e6af123..6f63d78f 100644 --- a/config/base.ini +++ b/config/base.ini @@ -11,6 +11,7 @@ CAC_URL = https://localhost:8001 REQUESTS_QUEUE_BASE_URL = http://localhost:8003 REDIS_URI = redis://localhost:6379 SESSION_TTL_SECONDS = 600 +PGAPPNAME = atst PGHOST = localhost PGPORT = 5432 PGUSER = postgres