Merge pull request #35 from dod-ccpo/authnid-url

update authnid url and port in config
This commit is contained in:
dandds 2018-06-18 14:35:04 -04:00 committed by GitHub
commit b93b5a6c28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,8 +3,8 @@ PORT=8000
ENVIRONMENT = dev ENVIRONMENT = dev
DEBUG = true DEBUG = true
AUTHZ_BASE_URL = http://localhost AUTHZ_BASE_URL = http://localhost
AUTHNID_BASE_URL= http://localhost AUTHNID_BASE_URL= https://localhost:8001
COOKIE_SECRET = some-secret-please-replace COOKIE_SECRET = some-secret-please-replace
SECRET = change_me_into_something_secret SECRET = change_me_into_something_secret
CAC_URL = http://localhost:8888/home CAC_URL = https://localhost:8001
REQUESTS_QUEUE_BASE_URL = http://localhost:8003 REQUESTS_QUEUE_BASE_URL = http://localhost:8003