-
Notifications
You must be signed in to change notification settings - Fork 8
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
updated config to runtime model #986
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like the right thing to me, thanks for doing this!!!
(Next I want to remove instances of System.get_env()
from the other config files where they're just misleading 😈 )
@grossvogel Could you elaborate on this or maybe even pair with me on it to explain if you have time? |
@pjdiiori yeah, Elixir has a profusion of config files:
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
MERGE IT
I'm trying to merge this, I think once I merge #1036 this should be good to be merged |
😅 totally forgot about this. thanks @stuartjohnpage |
No worries! On the other hand...is this based on a fork of the repo?? |
Whoops. Yeah I accidentally forked the repo and pointed it at |
connects to #929
Description: Changed "releases.exs" to "runtime.exs"
Also put configurations within a
if config_env() == :prod do
block.Reviewer don't-forgets: