admin
2 天以前 a01a9cff8bdf5ba57daf1b43bbb2415cb21063b9
wms配置文件
1个文件已添加
60 ■■■■■ 已修改文件
Wms/Wms/appsettings.json 60 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Wms/Wms/appsettings.json
New file
@@ -0,0 +1,60 @@
{
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft": "Warning",
      "Microsoft.Hosting.Lifetime": "Information"
    }
  },
  "AllowedHosts": "*",
  "AppSettings": {
    //"ConnectionString": "Server=47.95.120.93;Database=WMS_JC09;User ID=sa;password=boxline!@#; Integrated Security=True;",
    //"ConnectionString": "Server=47.95.120.53;Database=WMS_JC09;User ID=sa;Password=boxline!@#;Integrated Security=False;",
    //"ConnectionString": "Server=192.168.62.106;Database=WMS_JC24;User ID=sa;Password=sql2019;Integrated Security=False;",
    //"ConnectionString": "Server=10.26.200.29;Database=WMS_JC34;User ID=sa;Password=boxline@2016;Integrated Security=False;",
    //"ConnectionString": "Server=192.168.62.200;Database=WMS_JC34;User ID=sa;Password=sql2019;Integrated Security=False;"
    //"ConnectionString": "Server=.;Database=WMS_JC09;User ID=sa;Password=sql2019;Integrated Security=False;"
    //"ConnectionString": "Data Source=DESKTOP-0EJDG95\\MSSQLSERVER1;Initial Catalog=WMS_V01;Integrated Security=True;"
    "ConnectionString": "Server=.\\MSSQLSERVER2019;Database=WMS_JC34;User ID=sa;Password=admin2023@;Integrated Security=False;"
  },
  "JWTConfig": {
    "Issuer": "WYY", //Token
    "Audience": "EveryTestOne", //Token
    "IssuerSigningKey": "WYY&YL889455200Sily", //  Կ   Թ          Ͽɵ token  ǩ    Կ        16
    "AccessTokenExpiresMinutes": "600" //    ʱ
  },
  "ApiUrlConfig": {
    "ErpHost": "http://172.16.68.156:50000", //erpIP
    "WcsHost": "http://10.26.254.34:5005", //wcsIPhttp://localhost:57061/
    "BoxHost": "http://10.110.24.30:8081", //boxIP
    "LimesHost": "http://10.110.24.30:8081", //LimesIP
    "IssueComApiUrl": "/api/openApi/wcsTasks", //下发命令(出库、移库)
    "IssueComApiUrl2": "/api/openApi/wcsTask", //重新下发命令(出库、移库)
    "AsnFinishUrl": "/RESTAdapter/BKWMS/RKHC", //入库订单关闭
    "SoFinishUrl": "/RESTAdapter/BKWMS/CKHC", //出库订单关闭
    "SoFinishUrl2": "/RESTAdapter/BKWMS/CKHC", //抽检出库订单关闭
    "DataChangeUrl": "/api/wmsInterface/OutStockTask", //库存变更回传
    "GetBoxUrl": "/api/wmsInterface/OutStockTask", //获取箱码信息
    "EditLocateUrl": "/api/WCSApi/EditLocatStatus", //同步修改储位信息
    "SendInspection": "" //发起质检LIMES
  },
  "SignConfig": {
    "ERPAppKey": "90170307d4184844ac2a26b431f79980", //ERP验签
    "MESAppKey": "90170307d4184844ac2a26b431f79981", //MES验签
    "LIMSAppKey": "90170307d4184844ac2a26b431f79982", //LIMS验签
    "FuMaAppKey": "90170307d4184844ac2a26b431f79983", //FuMa验签
    "Minutes": 5 //验签时间 5分钟
  },
  "Quartz": {
    "dbProviderName": "SqlServer",
    "ConnectionString": "Server=.\\MSSQLSERVER2019;Database=QRTZ;User ID=sa;Password=admin2023@;Integrated Security=False;"
    //"connectionString": "Server=192.168.62.200;Database=WMS_JC34QRTZ;User ID=sa;Password=sql2019;Integrated Security=False;"
    //"connectionString": "Server=10.26.200.29;Database=WMS_JC34QRTZ;User ID=sa;Password=boxline@2016;Integrated Security=False;"
  }
}