From e14aac24c40ce6df50d7bfd4593d0efd0c53421f Mon Sep 17 00:00:00 2001 From: dandds Date: Tue, 31 Jul 2018 10:50:22 -0400 Subject: [PATCH] remove authz url reference in config --- config/base.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/config/base.ini b/config/base.ini index 78d56c36..285eb11f 100644 --- a/config/base.ini +++ b/config/base.ini @@ -2,7 +2,6 @@ PORT=8000 ENVIRONMENT = dev DEBUG = true -AUTHZ_BASE_URL = http://localhost:8002 AUTHNID_BASE_URL= https://localhost:8001 FUNDZ_BASE_URL= http://localhost:8004 COOKIE_SECRET = some-secret-please-replace