14 lines
246 B
JSON
14 lines
246 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"ServerConf": {
|
|
"path3mf": "\\\\iis01\\Test3D\\3mf",
|
|
"path3dm": "\\\\iis01\\Test3D\\3dm"
|
|
}
|
|
}
|