Created
January 30, 2018 12:12
-
-
Save ismcagdas/e3c3425ced437b6be20ff394c813b8c2 to your computer and use it in GitHub Desktop.
Acme.HeroShop - appsettings.json
This file contains 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": { | |
"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