From c5d47ea9b45ebad5cd56ccecf5aed9862eda30f7 Mon Sep 17 00:00:00 2001 From: Pauline Ribeyre <4224001+paulineribeyre@users.noreply.github.com> Date: Fri, 3 Nov 2023 16:36:12 -0500 Subject: [PATCH] remove unneeded setting --- bin/settings.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/bin/settings.py b/bin/settings.py index 573b5ff..0755b5f 100644 --- a/bin/settings.py +++ b/bin/settings.py @@ -12,8 +12,6 @@ def load_json(file_name): conf_data = load_json("creds.json") config = app.config -config["SESSION_REFRESH_EACH_REQUEST"] = False - config["AUTH"] = "https://auth.service.consul:5000/v3/" config["AUTH_ADMIN_CREDS"] = None config["INTERNAL_AUTH"] = None