Config, secrets, basic POST handling
* add script/config * add atst.ini * add cookie_secret * update docs
This commit is contained in:
committed by
Jason Garber
parent
6cf7a7bffa
commit
a340eede07
@@ -16,7 +16,7 @@ from atst.api_client import ApiClient
|
||||
ENV = os.getenv("TORNADO_ENV", "dev")
|
||||
|
||||
|
||||
def make_app(config):
|
||||
def make_app(config,**kwargs):
|
||||
|
||||
authz_client = ApiClient(config["default"]["AUTHZ_BASE_URL"])
|
||||
authnid_client = ApiClient(config["default"]["AUTHNID_BASE_URL"])
|
||||
|
Reference in New Issue
Block a user