source: ChapterX.API/appsettings.json@ dc383dd

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

Removed things

  • Property mode set to 100644
File size: 226 bytes
RevLine 
[877c13c]1{
2 "Logging": {
3 "LogLevel": {
4 "Default": "Information",
5 "Microsoft.AspNetCore": "Warning"
6 }
7 },
[e294f7d]8 "AllowedHosts": "*",
9 "Jwt": {
[a7550ca]10 "Key": "",
[e294f7d]11 "Issuer": "ChapterX",
12 "Audience": "ChapterX"
13 }
[877c13c]14}
Note: See TracBrowser for help on using the repository browser.