mirror of
https://gitee.com/ThingsGateway/ThingsGateway.git
synced 2025-11-04 01:23:58 +08:00
10 lines
277 B
JSON
10 lines
277 B
JSON
{
|
||
"urls": "http://*:5000",
|
||
|
||
"ConfigurationScanDirectories": [ "Configuration", "" ], // 扫描配置文件json文件夹(自动合并该文件夹里面所有json文件)
|
||
"IgnoreConfigurationFiles": [ "" ],
|
||
"ExternalAssemblies": [ "" ],
|
||
"DetailedErrors": true
|
||
|
||
}
|