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 | |
| Rev | Line | |
|---|---|---|
| [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.
