Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save samueleresca/978e16a046424d00e933eca778702d93 to your computer and use it in GitHub Desktop.
Save samueleresca/978e16a046424d00e933eca778702d93 to your computer and use it in GitHub Desktop.
{
"Logging": {
"IncludeScopes": false,
"LogLevel": {
"Default": "Debug",
"System": "Information",
"Microsoft": "Information"
}
},
"TokenAuthentication": {
"SecretKey": "secretkey_secretkey123!",
"Issuer": "DemoIssuer",
"Audience": "DemoAudience",
"TokenPath": "/api/token",
"CookieName": "access_token"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment