This repository has been archived on 2023-06-30. You can view files and clone it, but cannot push or open issues or pull requests.
2chBackAPI/appsettings.json

11 lines
157 B
JSON
Raw Permalink Normal View History

2022-10-17 14:29:09 +10:00
{
2023-01-29 22:40:06 +10:00
"https_port": 443,
2022-10-17 14:29:09 +10:00
"Logging": {
"LogLevel": {
2022-10-18 20:35:11 +10:00
"Default": "Debug",
2022-10-17 14:29:09 +10:00
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}