What I’d like to do on the first load of my app is, ask the user some questions. The answers they provide will be used to set the organization information that appears throughout the app instance and conduct app activities.
For instance when the app loads the first time I’ll ask; “What is your organization name?”, “What is your organizations phone number?”, “What is your Stripe secret key” and more questions like these. I’ll then use that information to populate receipts and contact information that appears throughout this app instance and more.
Normally I’d use the settings.json file to populate this information and make it easy to drop in these pieces from anywhere in the app. I don’t expect that the user even knows how to use Meteor and so I don’t want to use the settings.json file.