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
RakVhalate 8267f83243
All checks were successful
continuous-integration/drone/push Build is passing
123
2023-01-29 22:40:06 +10:00

11 lines
157 B
JSON

{
"https_port": 443,
"Logging": {
"LogLevel": {
"Default": "Debug",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}