source: ChapterX.API/appsettings.json@ e294f7d

main
Last change on this file since e294f7d was e294f7d, checked in by kikisrbinoska <srbinoskakristina07@…>, 4 months ago

Added JWT authentication

  • Property mode set to 100644
File size: 278 bytes
RevLine 
[877c13c]1{
2 "Logging": {
3 "LogLevel": {
4 "Default": "Information",
5 "Microsoft.AspNetCore": "Warning"
6 }
7 },
[e294f7d]8 "AllowedHosts": "*",
9 "Jwt": {
10 "Key": "change-this-to-a-long-secret-key-at-least-32-chars!!",
11 "Issuer": "ChapterX",
12 "Audience": "ChapterX"
13 }
[877c13c]14}
Note: See TracBrowser for help on using the repository browser.