Skip to content

Instantly share code, notes, and snippets.

@ismcagdas
Created January 30, 2018 12:12
Show Gist options
  • Save ismcagdas/e3c3425ced437b6be20ff394c813b8c2 to your computer and use it in GitHub Desktop.
Save ismcagdas/e3c3425ced437b6be20ff394c813b8c2 to your computer and use it in GitHub Desktop.
Acme.HeroShop - appsettings.json
{
"ConnectionStrings": {
"Default": "Server=localhost; Database=HeroShopDb; Trusted_Connection=True;"
},
"Authentication": {
"JwtBearer": {
"IsEnabled": "false",
"SecurityKey": "HeroShop_C421AAEE0D114E9C",
"Issuer": "HeroShop",
"Audience": "HeroShop"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment