Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactored settings to draw from ENV variables properly #4381

Open
wants to merge 1 commit into
base: auth-again
Choose a base branch
from

Conversation

louispt1
Copy link
Contributor

I also changed multi_year_charts_url to collections_url 😄

@louispt1 louispt1 requested a review from noracato December 20, 2024 15:39
@@ -13,7 +13,7 @@
%ul#version-links
%li{style: 'margin-bottom:1rem'}= t('versions.switch')
- MyEtm::Version.all_other_versions.each do |version|
%li= link_to "##{version.tag}", version.url
%li= link_to "##{version.tag}" # , version.url
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Revert?

@@ -10,7 +10,7 @@
ete_url: https://beta-engine.energytransitionmodel.com

# URL for the Multi-Year Charts application.
multi_year_charts_url: http://localhost:3005
collections_url: http://localhost:3005' #TODO: Check if we need to set the collections url as an env variable
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need to do that indeed

@louispt1
Copy link
Contributor Author

@noracato I think these changes may have also been picked up elsewhere - if you agree lets close this PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants