From 804954f172234857554ed5786440f0abe0384a7e Mon Sep 17 00:00:00 2001 From: dandds Date: Mon, 18 Jun 2018 13:31:46 -0400 Subject: [PATCH] update authnid url and port in config --- config/base.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/base.ini b/config/base.ini index ee980cbf..fcb72b4e 100644 --- a/config/base.ini +++ b/config/base.ini @@ -3,8 +3,8 @@ PORT=8000 ENVIRONMENT = dev DEBUG = true AUTHZ_BASE_URL = http://localhost -AUTHNID_BASE_URL= http://localhost +AUTHNID_BASE_URL= https://localhost:8001 COOKIE_SECRET = some-secret-please-replace SECRET = change_me_into_something_secret -CAC_URL = http://localhost:8888/home +CAC_URL = https://localhost:8001 REQUESTS_QUEUE_BASE_URL = http://localhost:8003