source:
ChapterX.API/appsettings.json@
a7550ca
| Last change on this file since a7550ca was a7550ca, checked in by , 3 months ago | |
|---|---|
|
|
| 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.
