dansiegel / Mobile.BuildTools

The Mobile.BuildTools makes it easier to develop code bases in a clean, consistent, secure, and configurable way. Determine at Build which environment your app needs to run on, and what Client Secrets it should have. Plus many more amazing features!
http://mobilebuildtools.com
MIT License
228 stars 29 forks source link

Part of Documentation Page is missing #321

Open joebeernink opened 1 year ago

joebeernink commented 1 year ago

Description

On the https://mobilebuildtools.com/config/appsettings/ one of the lines of documentation has been truncated... not sure what else is missing. Was there something here that tells you how to tell BuildTools which appsettings to load? (i.e. development, test, prod, etc?)

Using the appsettings.json The Mobile.BuildTools is smart, we look for the appsettings.json in the p

{ "AppCenterAppId": "{your app id}", "BackendUri": "https://someapp.azurewebsites.net" }