| 12345678910111213141516171819202122232425262728293031323334 |
- {
- "Logging": {
- "LogLevel": {
- "Default": "Information",
- "Microsoft": "Warning",
- "Microsoft.Hosting.Lifetime": "Information"
- }
- },
- "AllowedHosts": "*",
- "Setting": {
- "AppKey": "",
- "AppId": "",
- "CheckUrl": "",
- "ConnectionStrings": "",
- "WebServiceUrl": "",
- "DbSchemeUrl": "",
- "Host": "http://localhost:5047/",
- "SourceHost": "http://bs.kexiaoshuang.com/",
- "Database": "KxsMainServer",
- "SqlConnStr": "server=47.108.231.170;port=3306;user=KxsMain;password=mzeqjriUWore0dwT;database=KxsMainServer;charset=utf8;",
- "OpSqlConnStr": "server=47.108.231.170;port=3306;user=KxsOpServer;password=r7jwZ8ydLoeswDR4;database=KxsOpServer;charset=utf8;",
- "SpSqlConnStr": "server=47.108.229.115;port=3306;user=KxsSpServer;password=jJ9qKsvwWgQA9xWG;database=KxsSpServer;charset=utf8;",
- "StatSqlConnStr": "server=rm-2vc27k81v217qs1t55o.mysql.cn-chengdu.rds.aliyuncs.com;port=3306;user=KxsStatServer;password=mzeqjriUWore0dwT;database=KxsStatServer;charset=utf8;",
- "ProfitSqlConnStr": "server=rm-2vc27k81v217qs1t55o.mysql.cn-chengdu.rds.aliyuncs.com;port=3306;user=KxsProfitServer;password=FrW8ZfxlcaVdm1r0;database=KxsProfitServer;charset=utf8;",
- "RedisConnStr": "47.108.207.184:6379,password=skb@redis2022,DefaultDatabase=2,poolsize=500,preheat=50,asyncPipeline=true",
- "IOSAppVersion": "1.0.0",
- "AndroidAppVersion": "1.0.0",
- "OSSKey": "iL9dWgBunZRwGbHQ",
- "OSSSecret": "Q6P2vSNEY2LBNdygO8gUCkBZQpiswZ",
- "OSSEndpoint": "oss-cn-hangzhou.aliyuncs.com",
- "OSSBucketName": "yunmuit",
- "AppSource": "/skin/app/default/"
- }
- }
|