Skip to content

Commit

Permalink
Temp set to prod
Browse files Browse the repository at this point in the history
  • Loading branch information
sigurdp committed Oct 2, 2023
1 parent dd23ea9 commit 6313e98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/backend/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
CLIENT_SECRET = os.environ["WEBVIZ_CLIENT_SECRET"]
SMDA_SUBSCRIPTION_KEY = os.environ["WEBVIZ_SMDA_SUBSCRIPTION_KEY"]
SMDA_RESOURCE_SCOPE = os.environ["WEBVIZ_SMDA_RESOURCE_SCOPE"]
SUMO_ENV = os.getenv("WEBVIZ_SUMO_ENV", "dev")
SUMO_ENV = os.getenv("WEBVIZ_SUMO_ENV", "prod")
GRAPH_SCOPES = ["User.Read"]

RESOURCE_SCOPES_DICT = {
Expand Down

0 comments on commit 6313e98

Please sign in to comment.