APICycleVDP/Diagram-API/appsettings.json
Georgy.Khatuncev 242d4bda3e create git sub-module
Prepare repo for use like sub-module in main repo
2024-09-19 01:11:55 +03:00

11 lines
182 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*"
}