You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mchsamples-.net-core/AlertSoftwareKit/AlertWebAPI/appsettings.json

21 lines
393 B

{
"Jwt": {
"Key": "myVeryLongSecretKey",
//"Issuer": "http://alertwebapi20180205014115.azurewebsites.net/"
"Issuer": "http://localhost:51252/"
},
"Logging": {
"IncludeScopes": false,
"Debug": {
"LogLevel": {
"Default": "Warning"
}
},
"Console": {
"LogLevel": {
"Default": "Warning"
}
}
}
}