appsettings.json 2.22 KB
{
  "Logging": {
    "LogLevel": {
      "Default": "Warning"
    }
  },
  "AllowedHosts": "*",
  "ConnectionStrings": {
    //公司服务器正式环境 RedisDb:sany使用 1,中海油使用 10,最大值是16
    //"BaseDBContext": "Data Source=172.16.29.88;Initial Catalog=IoT;User=sa;Password=oQT5puQ8c3qkrh0qkADr5w==;Persist Security Info=True",
    //"InterfaceDBContext": "Data Source=172.16.29.88;Initial Catalog=IoT;User=sa;Password=oQT5puQ8c3qkrh0qkADr5w==;Persist Security Info=True",
    //"RedisIp": "172.16.29.88:6379,defaultDatabase=8,password=qaz123456",

    //公司服务器测试环境 RedisDb:sany使用 1,中海油使用 10,最大值是16
    "BaseDBContext": "Data Source=172.16.29.88;Initial Catalog=IoTUAT;User=sa;Password=oQT5puQ8c3qkrh0qkADr5w==;Persist Security Info=True",
    "InterfaceDBContext": "Data Source=172.16.29.88;Initial Catalog=IoTUAT;User=sa;Password=oQT5puQ8c3qkrh0qkADr5w==;Persist Security Info=True",
    "RedisIp": "172.16.29.88:6379,defaultDatabase=11,password=qaz123456",


    "HttpPort": "9801",
    "HttpsPort": "9802",
    "ReportPort": "10099",

    "LoginTitle": "华恒设备云IOT管理平台",
    "FaceBaseUrl": "http://172.16.29.88:9065//",
    "AopAllowed": "/api/CNOOC/Mes/V1/Login/Logout,BusEquipmentData", //忽略登入验证
    "ResetPwd": "123456--", //用户重置密码

    //服务器IP,防止CQRS漏洞
    "ServerIPList": "localhost,172.16.29.88,172.16.29.87,127.0.0.1",

    "Extend1": "",
    "Extend2": "",
    "Extend3": "",
    "Extend4": "",
    "Extend5": "",
    "Extend6": "",
    "Extend7": "",
    "Extend8": ""
  },
  //自定义配置写这里
  "AppCustomSettings": {
    "copyright": "长沙华恒机器人系统有限公司 v2.0",

    //扩展字段
    "AppCustomExtend1": "_onLine", //接口线上环境:_onLine  接口线下环境 _off  
    "AppCustomExtend2": "79", //定时同步OA用户信息,同步用户部门关系时,默认存的部门ID
    "AppCustomExtend3": "44", //定时同步OA用户信息,同步用户角色关系时,默认存的角色ID
    "AppCustomExtend4": "30", //数据库备份文件保留天数

    //默认角色Id
    "AppCustomExtend5": 43,
    "AppCustomExtend6": "",
    "AppCustomExtend7": "",
    "AppCustomExtend8": ""
  }
}