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