Skip to content

Commit

Permalink
remove unneeded setting
Browse files Browse the repository at this point in the history
  • Loading branch information
paulineribeyre authored Nov 3, 2023
1 parent c0e22f2 commit c5d47ea
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bin/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c5d47ea

Please sign in to comment.