Created
August 6, 2017 03:11
-
-
Save bcnzer/1048ae4e78f7892a155dccc6f67113d8 to your computer and use it in GitHub Desktop.
Sample secrets.json with only the connection string and key vault config
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
| { | |
| "ConnectionStrings": { | |
| "WolfTrackerDB": "Server=(localdb)\\MSSQLLocalDB;Database=wolftracker;Trusted_Connection=True;MultipleActiveResultSets=true", | |
| "WolfTrackerRedis": "<my connection string>", | |
| "WolfTrackerStorage": "<my connection string>" | |
| }, | |
| "KeyVault": { | |
| "ClientId": "7985ad5b-ca56-4013-b627-4de75291cace", | |
| "ClientSecret": "2MJMMybvsVGzn7la5gTSACWXvKeua50GzxKE7CgxEEU=", | |
| "SecretUri": "https://wolftracker.vault.azure.net/" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment