remove authnid base URL from config

This commit is contained in:
dandds 2018-08-07 09:44:10 -04:00
parent 69fb8217eb
commit 3b36066315

View File

@ -2,7 +2,6 @@
PORT=8000 PORT=8000
ENVIRONMENT = dev ENVIRONMENT = dev
DEBUG = true DEBUG = true
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
SECRET_KEY = change_me_into_something_secret SECRET_KEY = change_me_into_something_secret