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
It's seldom that production and dev settings ought to be in the same file anyway, since you don't want to check in prod settings to source control anyway.
The text was updated successfully, but these errors were encountered:
The idea is that each setting has a key, and the correct settings file (or JSON) is passed in at process startup time, so your code would only contain
Meteor.settings.public.meta.title
not
Meteor.settings[Meteor.settings.environment].public.meta.title
It's seldom that production and dev settings ought to be in the same file anyway, since you don't want to check in prod settings to source control anyway.
The text was updated successfully, but these errors were encountered: