| | |
| | | "AllowedHosts": "*", |
| | | //服务器环境 |
| | | "ConnectionStrings": { |
| | | "DBServer": "Data Source=121.196.36.24,1533;Initial Catalog=vmes_JL;User ID=sa;Password=xkd@20230101;pooling=false", |
| | | "DBServer": "Data Source=121.196.36.24,1533;Initial Catalog=vmes_alk;User ID=sa;Password=xkd@20230101;pooling=false", |
| | | //企业编码 |
| | | "CompanyCode": "000", |
| | | //企业名称 |
| | | "CompanyName": "新凯迪科技股份有限公司", |
| | | //redis企业配置 |
| | | "Enterprise": "NewMES", |
| | | "Enterprise": "AlkMES", |
| | | //redis数据库链接配置ip |
| | | "RedisConnIp": "127.0.0.1", |
| | | //redis数据库链接配置端口号 |
| | |
| | | //session失效时间 |
| | | "InProc": "240", |
| | | //Excel导出模板配置IP |
| | | "FileIP": "http://121.196.36.24:8021/", |
| | | "FileIP": "http://121.196.36.24:8031/", |
| | | //jwtkey |
| | | "SigningKey": "Hello World" |
| | | } |