You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Configliere could use a nice way to scope settings based on runtime environment. Something like:
ENV['RACK_ENV']='development'Settings.environments:development,:production,:testing,:env_var=>'RACK_ENV'Settings.environment# => :developmentSettings.development?do# ... only happens in developmentendSettings.development?# => true
The text was updated successfully, but these errors were encountered:
Configliere could use a nice way to scope settings based on runtime environment. Something like:
The text was updated successfully, but these errors were encountered: