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
Per a chat w/ Josh Owens, settings.json should be split into two versions: settings-development.json and settings-production.json. The latter should be added to a .gitignore to prevent checking in production API keys/passwords to the repo.
In tandem with this, it'd be nice to add an example of a deployment script using this pattern so it's a bit less confusing.
The text was updated successfully, but these errors were encountered:
Per a chat w/ Josh Owens,
settings.json
should be split into two versions:settings-development.json
andsettings-production.json
. The latter should be added to a.gitignore
to prevent checking in production API keys/passwords to the repo.In tandem with this, it'd be nice to add an example of a deployment script using this pattern so it's a bit less confusing.
The text was updated successfully, but these errors were encountered: