You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

25 lines
819 B

  1. {
  2. "Logging": {
  3. "LogLevel": {
  4. "Default": "Information",
  5. "Microsoft": "Warning",
  6. "Microsoft.Hosting.Lifetime": "Information"
  7. }
  8. },
  9. "AllowedHosts": "*",
  10. "urls": "http://0.0.0.0:6005",
  11. "mongoDB": {
  12. "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",
  13. "dbName": "iotdb"
  14. },
  15. "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%;",
  16. "ApolloOptions": {
  17. "MetaServer": "http://10.2.1.21:28080", //Meta server地址不用修改
  18. "Namespaces": [
  19. "DEV.Config",
  20. "application"
  21. ],
  22. "AppId": "IoT_Data" //根据自己创建应用修改
  23. }
  24. }