Skip to content

Commit

Permalink
Revert global settings to their original
Browse files Browse the repository at this point in the history
  • Loading branch information
noracato committed Oct 12, 2023
1 parent b62aaa4 commit 839b8ee
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions config/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
# +------------------------------------------------------------------------+

# URL for ETEngine.
#api_url: https://beta-engine.energytransitionmodel.com
api_url: http://localhost:5000
api_url: https://beta-engine.energytransitionmodel.com

# URL for the Multi-Year Charts application.
multi_year_charts_url: http://localhost:3005
Expand Down Expand Up @@ -45,8 +44,8 @@ live_server: false
# hidden.
whats_new_cutoff: 2019-10-07

# E-mail address to which feedback should be sent. No value results in the feature being disabled.
# feedback_email:
# E-mail address to which feedback should be sent.
feedback_email: [email protected]

# Sentry
# ------
Expand Down Expand Up @@ -76,6 +75,14 @@ mailchimp_list_url: <%= ENV['MAILCHIMP_LIST_URL'] %>
incoming_webhook_keys:
mailchimp: <%= ENV['MAILCHIMP_INCOMING_WEBHOOK_KEY'] %>

# Authentication
# --------------

identity:
client_id: <%= ENV['IDENTITY_CLIENT_ID'] %>
client_secret: <%= ENV['IDENTITY_CLIENT_SECRET'] %>
client_uri: http://localhost:3001

# ESDL
# ----

Expand Down

0 comments on commit 839b8ee

Please sign in to comment.