Skip to content

Instantly share code, notes, and snippets.

@kasunkv
Created June 10, 2019 03:05
Show Gist options
  • Save kasunkv/d058e1957472c8f18c4db6887686181b to your computer and use it in GitHub Desktop.
Save kasunkv/d058e1957472c8f18c4db6887686181b to your computer and use it in GitHub Desktop.
{
"AppSettings": {
"KeyVaultName": "gabc-vault",
"HomePage": {
"Title": "Hello From Local App Settings",
"Description": "This description is taken from the appSettings.json."
},
"ExternalService": {
"ClientId": "client-localhost",
"ApiKey": "XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX"
}
},
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment