|  |  | 
 |  |  | { | 
 |  |  | <<<<<<< HEAD | 
 |  |  |     "Logging": { | 
 |  |  |         "LogLevel": { | 
 |  |  |             "Default": "Information", | 
 |  |  |             "Microsoft.AspNetCore": "Warning" | 
 |  |  |         } | 
 |  |  |     }, | 
 |  |  |     "AllowedHosts": "*", | 
 |  |  |     "urls": "http://*:5000", | 
 |  |  |     "MainDB": "DB_WIDESEA", //当前项目的主库,所对应的连接字符串的Enabled必须为true | 
 |  |  |     //连接字符串 | 
 |  |  |     "ConnectionString": "Data Source=.;Initial Catalog=WIDESEA_WMSDB_BBMain;User ID=sa;Password=123456;Integrated Security=False;Connect Timeout=30;Encrypt=False;TrustServerCertificate=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False", | 
 |  |  |     "ConnectionStringWCS": "Data Source=.;Initial Catalog=WIDESEAWCS_BaiBu;User ID=sa;Password=123456;Integrated Security=False;Connect Timeout=30;Encrypt=False;TrustServerCertificate=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False", | 
 |  |  |     //跨域 | 
 |  |  |     "Cors": { | 
 |  |  |         "PolicyName": "CorsIpAccess", //策略名称 | 
 |  |  |         "EnableAllIPs": true, //当为true时,开放所有IP均可访问。 | 
 |  |  |         // 支持多个域名端口,注意端口号后不要带/斜杆:比如localhost:8000/,是错的 | 
 |  |  |         // 注意,http://127.0.0.1:1818 和 http://localhost:1818 是不一样的 | 
 |  |  |         "IPs": "http://127.0.0.1:8080,http://localhost:8080,http://127.0.0.1:8081,http://localhost:8081" | 
 |  |  |     }, | 
 |  |  | ======= | 
 |  |  |   "Logging": { | 
 |  |  |     "LogLevel": { | 
 |  |  |       "Default": "Information", | 
 |  |  | 
 |  |  |   "urls": "http://*:5000", | 
 |  |  |   "MainDB": "DB_WIDESEA", //当前项目的主库,所对应的连接字符串的Enabled必须为true | 
 |  |  |   //连接字符串 | 
 |  |  |   "ConnectionString": "Data Source=.;Initial Catalog=WIDESEA_WMSDB_BB3F;User ID=sa;Password=P@ssw0rd;Integrated Security=False;Connect Timeout=30;Encrypt=False;TrustServerCertificate=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False", | 
 |  |  |   "ConnectionStringWCS": "Data Source=.;Initial Catalog=WIDESEA_WCSDB_BB3F;User ID=sa;Password=P@ssw0rd;Integrated Security=False;Connect Timeout=30;Encrypt=False;TrustServerCertificate=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False", | 
 |  |  |   "ConnectionString": "Data Source=.;Initial Catalog=WIDESEA_WMSDB3F;User ID=sa;Password=P@ssw0rd;Integrated Security=False;Connect Timeout=30;Encrypt=False;TrustServerCertificate=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False", | 
 |  |  |   "ConnectionStringWCS": "Data Source=.;Initial Catalog=WIDESEA_WCSDB3F;User ID=sa;Password=P@ssw0rd;Integrated Security=False;Connect Timeout=30;Encrypt=False;TrustServerCertificate=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False", | 
 |  |  |   //"ConnectionString": "Data Source=.;Initial Catalog=WIDESEA_WMSDB_BBMain;User ID=sa;Password=123456;Integrated Security=False;Connect Timeout=30;Encrypt=False;TrustServerCertificate=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False", | 
 |  |  |   //"ConnectionStringWCS": "Data Source=.;Initial Catalog=WIDESEA_WCSDB_BB3F;User ID=sa;Password=P@ssw0rd;Integrated Security=False;Connect Timeout=30;Encrypt=False;TrustServerCertificate=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False", | 
 |  |  |   //跨域 | 
 |  |  |   "Cors": { | 
 |  |  |     "PolicyName": "CorsIpAccess", //策略名称 | 
 |  |  | 
 |  |  |     // 注意,http://127.0.0.1:1818 和 http://localhost:1818 是不一样的 | 
 |  |  |     "IPs": "http://127.0.0.1:8080,http://localhost:8080,http://127.0.0.1:8081,http://localhost:8081" | 
 |  |  |   }, | 
 |  |  | >>>>>>> c2aaf06dab8a627948ee2e5574fe4598f8d1638f | 
 |  |  |  | 
 |  |  |     //缓存设置 | 
 |  |  |     "CacheSettings": { | 
 |  |  |         "UseRedis": false, //启用redis | 
 |  |  |         "RedisSettings": { | 
 |  |  |             "Address": "127.0.0.1:6379", //地址 | 
 |  |  |             "Password": "123456", //Redis服务密码 | 
 |  |  |             "Db": 9, //默认库 | 
 |  |  |             "ClearRedis": true //是否每次启动都清除Redis缓存 | 
 |  |  |         } | 
 |  |  |     }, | 
 |  |  |   //缓存设置 | 
 |  |  |   "CacheSettings": { | 
 |  |  |     "UseRedis": false, //启用redis | 
 |  |  |     "RedisSettings": { | 
 |  |  |       "Address": "127.0.0.1:6379", //地址 | 
 |  |  |       "Password": "123456", //Redis服务密码 | 
 |  |  |       "Db": 9, //默认库 | 
 |  |  |       "ClearRedis": true //是否每次启动都清除Redis缓存 | 
 |  |  |     } | 
 |  |  |   }, | 
 |  |  |  | 
 |  |  |     "ApiName": "WIDESEA", | 
 |  |  |     "ExpMinutes": 120, | 
 |  |  |   "ApiName": "WIDESEA", | 
 |  |  |   "ExpMinutes": 120, | 
 |  |  |  | 
 |  |  |     // 需要移库的行 | 
 |  |  |     "TransfertRows": "1,4,5,8", | 
 |  |  |   // 需要移库的行 | 
 |  |  |   "TransfertRows": "1,4,5,8", | 
 |  |  |  | 
 |  |  |     // 允许出库的编码 | 
 |  |  |     "OutBoundMateriel": [ | 
 |  |  |         //{ | 
 |  |  |         //  "MaterielCode": "CC01050001348", | 
 |  |  |         //  "ProductionLine": "ZJ-8", | 
 |  |  |         //  "ProcessCode": "CH001" | 
 |  |  |         //} | 
 |  |  |     ] | 
 |  |  |   // 允许出库的编码 | 
 |  |  |   "OutBoundMateriel": [ | 
 |  |  |     //{ | 
 |  |  |     //  "MaterielCode": "CC01050001348", | 
 |  |  |     //  "ProductionLine": "ZJ-8", | 
 |  |  |     //  "ProcessCode": "CH001" | 
 |  |  |     //} | 
 |  |  |   ] | 
 |  |  | } |