update authnid url and port in config

This commit is contained in:
dandds 2018-06-18 13:31:46 -04:00
parent b51955771f
commit 804954f172

View File

@ -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