123456789101112131415161718192021222324 |
- {
- "Logging": {
- "LogLevel": {
- "Default": "Error"
- }
- },
- "ListenPort": 5555, // Kestrel监听端口
- "AllowedHosts": "*",
- "ConnectionStrings": {
- "ufp": "Server=192.168.124.94;Port=3306;Database=ufp;Uid=root;Pwd=ofilmeap;Charset=utf8;"
- },
- "ufp": {
- "DbType": "MySql",
- "ConnectionStrings": "Server=192.168.124.94;Port=3306;Database=ufp;Uid=root;Pwd=ofilmeap;Charset=utf8;Max Pool Size=100;"
- },
- "WebConfig": {
- "Logo": "assets/images/logo.png",
- "AppName": "欧菲光EAP管理系统",
- "Slogan": "一切为了客户 一切为了胜利 一切为了结果",
- "Index": "/data-center",
- "VisitLog": true
- // "Server": "http://localhost:18531/"
- }
- }
|