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
Line 
1{
2 "Logging": {
3 "LogLevel": {
4 "Default": "Information",
5 "Microsoft.AspNetCore": "Warning"
6 }
7 },
8 "AllowedHosts": "*",
9 "Jwt": {
10 "Key": "",
11 "Issuer": "ChapterX",
12 "Audience": "ChapterX"
13 }
14}
Note: See TracBrowser for help on using the repository browser.