Created
June 10, 2019 03:05
-
-
Save kasunkv/d058e1957472c8f18c4db6887686181b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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