Files
deepdrft/DeepDrftPublic/appsettings.json
T

16 lines
273 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"ApiUrls": {
"ContentApi": "http://localhost:12777/"
},
"ForwardedHeaders": {
"DisableHttpsRedirection": "true"
}
}