{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft": "Warning", "Microsoft.Hosting.Lifetime": "Information" } }, "AllowedHosts": "*", "urls": "http://0.0.0.0:6005", "mongoDB": { "connStr": "mongodb://root:cygadmin@10.2.1.21:27017", //"mongodb://root:cygadmin@10.2.1.23:27017", // "mongodb://localhost:27017", //"mongodb://root:cygadmin@192.168.1.224:27017", "dbName": "iotdb" }, "MSSM": "Data Source=1.14.74.54,4000;Initial Catalog=BPA_Kitchen_HK_clone;MultipleActiveResultSets=true;Persist Security Info=True;User ID=txb;Password=Aa123456%;", "ApolloOptions": { "MetaServer": "http://10.2.1.21:28080", //Meta server地址不用修改 "Namespaces": [ "DEV.Config", "application" ], "AppId": "IoT_Data" //根据自己创建应用修改 } }