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
Needs to be secure, but accessible from both client/server. Stuff like Initiative limit should be there, whether to run in debug or production mode (for mocking data).
We should only be using settings.json for service credential stuff, like Facebook App Id, secrets, AWS, etc.
The text was updated successfully, but these errors were encountered:
How is Meteor.settings not secure? The only thing that is exposed to the client is anything inside the public key. Everything else is only available on the server?
Needs to be secure, but accessible from both client/server. Stuff like Initiative limit should be there, whether to run in debug or production mode (for mocking data).
We should only be using settings.json for service credential stuff, like Facebook App Id, secrets, AWS, etc.
The text was updated successfully, but these errors were encountered: