You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

43 lines
1.6 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

{
"Logging": {
"LogLevel": {
"Default": "Warning"
}
},
"urls": "", //http://*:9099;http://*:9098 "" Kestrel会启用默认端口
"SqlSugar": {
"DbType": "MySql", //MySql SqlServer PostgreSQL Oracle Sqlite
"MySqlConnectionString": "server=localhost;database=kopsoftwms;port=3306;uid=root;charset=utf8mb4",
"PostgreSQLConnectionString": "Host=localhost;Port=5432;Username=postgres;Password=123456;Database=wms",
"OracleConnectionString": "User ID=IFSAPP;Password=IFSAPP;Data Source=(DESCRIPTION = (ADDRESS_LIST=(ADDRESS=(PROTOCOL = TCP)(HOST = 127.0.0.1)(PORT = 1521)))(CONNECT_DATA = (SERVICE_NAME = RACE)))",
"SqliteConnectionString": "Data Source=filename;Version=3;Password=myPassword"
},
"Log": {
"sqllog": true,
"errorlog": true,
"operationlog": true
},
"sys": {
"title": "WMS仓库管理系统,MES制造执行系统,SCADA监控与数据采集",
"company": "KopSoft.cn",
"customer": "KopSoft WMS_仓库管理系统"
},
"Des": {
"Project": "技术栈", //使用如下格式
"Content": [
"开发语言:C#",
"平台:net core2.2",
"框架:net core mvc",
"部署:windows iis+nginx;linux Kestrel+nginx;由于linux上无法连接sqlserver 2008 linux上数据库修改为mysql",
"页面:bootstrap、adminlte、layer、bootstrap-datetimepicker、bootstrap-table、bootstrap-select、bootstrap-treeview",
"js:vue、polyfill、qs、 axios",
"orm:sqlsugar",
"后台字段验证:FluentValidation",
"json:JIL",
"IOC:DI",
"Xss:Ganss",
"主键:雪花算法",
"单元测试:Xunit"
]
}
}