123456789101112131415161718192021222324252627282930313233 |
- {
- "Logging": {
- "LogLevel": {
- "Default": "Information",
- "Microsoft": "Warning",
- "Microsoft.Hosting.Lifetime": "Information"
- }
- },
- "AllowedHosts": "*",
- "Setting": {
- "Host": "http://localhost:6003/",
- "SourceHost": "http://test.mpap2.kexiaoshuang.com/",
- "SpHost": "http://test.mpsp.kexiaoshuang.com/",
- "OssHost": "https://laikeba.oss-cn-chengdu.aliyuncs.com",
- "Database": "TpAdminServer",
- "StatSqlConnStr": "server=47.109.31.237;port=3306;user=QrCodePlateMainServer;password=ll4DFaALMu9YIooM;database=QrCodePlateStatServer2;charset=utf8;",
- "KxsSqlConnStr": "server=47.108.62.1667;port=3306;user=root;password=HDlNs1ZpG5iR9D9I;database=KxsMainServer;charset=utf8;",
- "SqlConnStr": "server=47.109.31.237;port=3306;user=QrCodePlateMainServer;password=ll4DFaALMu9YIooM;database=QrCodePlateMainServer2;charset=utf8;",
- "ZsSqlConnStr": "server=47.109.31.237;port=3306;user=QrCodePlateMainServer;password=ll4DFaALMu9YIooM;database=QrCodePlateMainServer;charset=utf8;",
- "BsSqlConnStr": "server=47.109.31.237;port=3306;user=QrCodePlateBsServer;password=ld5Px33wvhyEz44P;database=QrCodePlateBsServer;charset=utf8;",
- "RedisConnStr": "47.109.31.237:6379,password=klm@redis,DefaultDatabase=5,poolsize=500,preheat=50,asyncPipeline=true",
- "IOSAppVersion": "1.0.0",
- "AndroidAppVersion": "1.0.0",
- "OSSKey": "LTAI5tJsPaNzqCSMCPwb8zfz",
- "OSSSecret": "efM31Up75fQcgZ32U6xvAciagceQae",
- "OSSEndpoint": "oss-cn-chengdu.aliyuncs.com",
- "OSSBucketName": "laikeba",
- "AppSource": "/skin/app/default/",
- "JwtSecret": "JvDHuowbOnWiyxMIFc9gG5rw1LSSc0xx68L31oRfxS0",
- "JwtIss": "TpAdminServer",
- "JwtAud": "api"
- }
- }
|