Merge pull request #35 from dod-ccpo/authnid-url
update authnid url and port in config
This commit is contained in:
commit
b93b5a6c28
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user