|
@@ -1,9 +1,36 @@
|
|
|
{
|
|
|
"Logging": {
|
|
|
"LogLevel": {
|
|
|
- "Default": "Debug",
|
|
|
- "System": "Information",
|
|
|
- "Microsoft": "Information"
|
|
|
+ "Default": "Information",
|
|
|
+ "Microsoft": "Warning",
|
|
|
+ "Microsoft.Hosting.Lifetime": "Information"
|
|
|
}
|
|
|
+ },
|
|
|
+ "AllowedHosts": "*",
|
|
|
+ "Setting": {
|
|
|
+ "ConnectionStrings": "",
|
|
|
+ "Host": "http://localhost:5061/",
|
|
|
+ "SourceHost": "http://oss.kexiaoshuang.com",
|
|
|
+ "QrCodeHost": "http://localhost:5061/",
|
|
|
+ "Database": "ApServer",
|
|
|
+ "PlateformSqlConnStr": "server=47.109.31.237;port=3306;user=KxsMainServer;password=FrW8ZfxlcaVdm1r0;database=KxsMainServer;charset=utf8;",
|
|
|
+ "SqlConnStr": "server=47.109.31.237;port=3306;user=MiniProgram;password=sxqHokkreqE6HnUg;database=MiniProgram;charset=utf8;",
|
|
|
+ "RedisConnStr": "47.109.31.237:6379,password=klm@redis,DefaultDatabase=1,poolsize=500,preheat=50,asyncPipeline=true",
|
|
|
+ "TendisConnStr": "47.109.31.237:6379,password=klm@redis,DefaultDatabase=1,poolsize=500,preheat=50,asyncPipeline=true",
|
|
|
+ "IOSAppVersion": "1.0.0",
|
|
|
+ "AndroidAppVersion": "1.0.0",
|
|
|
+ "OSSKey": "",
|
|
|
+ "OSSSecret": "",
|
|
|
+ "OSSEndpoint": "",
|
|
|
+ "OSSBucketName": "",
|
|
|
+ "AppSource": "/skin/app/default/",
|
|
|
+ "JwtSecret": "JvDHuowbOnWiyxMIFc9gG5rw1LSSc0xx68L31oRfxS0",
|
|
|
+ "JwtIss": "ApServer",
|
|
|
+ "JwtAud": "api",
|
|
|
+ "MqUserName": "",
|
|
|
+ "MqPassword": "",
|
|
|
+ "MqHostName": "",
|
|
|
+ "MqOneHostName": "",
|
|
|
+ "MqOnePort": ""
|
|
|
}
|
|
|
-}
|
|
|
+}
|