From d3a51ccc29115555de22faa7834604e929fc46a7 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