Files
deepdrft/DeepDrftPublic/appsettings.json
T

16 lines
265 B
JSON

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