{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft": "Warning", "Microsoft.Hosting.Lifetime": "Information" } }, "AllowedHosts": "*", //服务器环境 "ConnectionStrings": { "DBServer": "Data Source=121.196.36.24,1533;Initial Catalog=vmes_yb;User ID=sa;Password=xkd@20230101;pooling=false", //企业编码 "CompanyCode": "000", //企业名称 "CompanyName": "浙江优步体育用品股份有限公司", //redis企业配置 "Enterprise": "NewYBMES", //redis数据库链接配置ip "RedisConnIp": "127.0.0.1", //redis数据库链接配置端口号 "RedisConnPort": "6379", //key失效时间30秒(reids、jwt共用) "RedisKeyTimeCont": "7200", //session失效时间 "InProc": "240", //Excel导出模板配置IP "FileIP": "http://121.196.36.24:8049/", //jwtkey "SigningKey": "Hello World" } }