Skip to content

Instantly share code, notes, and snippets.

@bcnzer
Created August 6, 2017 03:11
Show Gist options
  • Select an option

  • Save bcnzer/1048ae4e78f7892a155dccc6f67113d8 to your computer and use it in GitHub Desktop.

Select an option

Save bcnzer/1048ae4e78f7892a155dccc6f67113d8 to your computer and use it in GitHub Desktop.
Sample secrets.json with only the connection string and key vault config
{
"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