appsettings.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "Logging": {
  3. "LogLevel": {
  4. "Default": "Information",
  5. "Microsoft": "Warning",
  6. "Microsoft.Hosting.Lifetime": "Information"
  7. }
  8. },
  9. "AllowedHosts": "*",
  10. "Setting": {
  11. "AppKey": "4e6ffffb7a752c8485507e77d5b3082a",
  12. "AppId": "1000000165",
  13. "CheckUrl": "http://auth.yunmuit.com/Api/ProjectCheck/CheckRight",
  14. "ConnectionStrings": "",
  15. "WebServiceUrl": "http://auth.yunmuit.com/Api/ProjectCheck/DataBase",
  16. "DbSchemeUrl": "http://auth.yunmuit.com/Api/ProjectCheck/GetDbScheme",
  17. "Host": "http://bs.kexiaoshuang.com/",
  18. "OssHost": "http://oss.kexiaoshuang.com/",
  19. "Database": "KxsMainServer",
  20. "SqlConnStr": "server=rm-2vcs4j67tla603c9d5o.mysql.cn-chengdu.rds.aliyuncs.com;port=3306;user=KxsProfitServer;password=FrW8ZfxlcaVdm1r0;database=KxsProfitServer;charset=utf8;",
  21. "JobSqlConnStr": "server=47.108.207.184;port=3306;user=KxsJobServer;password=MIrp4PMVGDPnPLpY;database=KxsJobServer;charset=utf8;",
  22. "BsSqlConnStr": "server=rm-2vcs4j67tla603c9d5o.mysql.cn-chengdu.rds.aliyuncs.com;port=3306;user=KxsProfitServer;password=FrW8ZfxlcaVdm1r0;database=KxsBsServer;charset=utf8;",
  23. "SpSqlConnStr": "server=rm-2vcfx6t6yjk35pr77.mysql.cn-chengdu.rds.aliyuncs.com;port=3306;user=KxsSpServer;password=jJ9qKsvwWgQA9xWG;database=KxsSpServer;charset=utf8;",
  24. "CashSqlConnStr": "server=rm-2vcfx6t6yjk35pr77.mysql.cn-chengdu.rds.aliyuncs.com;port=3306;user=KxsCashServer;password=LNGvM18W6SaIGKBC;database=KxsCashServer;charset=utf8;",
  25. "RedisConnStr": "r-2vc7uglenfmzmlvrnopd.redis.cn-chengdu.rds.aliyuncs.com:6379,password=AZp2ns01w07YW9K0,DefaultDatabase=0,poolsize=500,preheat=50,asyncPipeline=true",
  26. "IOSAppVersion": "1.0.0",
  27. "AndroidAppVersion": "1.0.0",
  28. "OSSKey": "LTAI5tAp9ASZtq4wYzuXfeer",
  29. "OSSSecret": "N0o6TwowU8r4aeNWoefMnnus9Q2saW",
  30. "OSSEndpoint": "oss-cn-chengdu.aliyuncs.com",
  31. "OSSBucketName": "kexiaoshuang",
  32. "AppSource": "/skin/app/default/",
  33. "JwtSecret": "JvDHuowbOnWiyxMIFc9gG5rw1LSSc0xx68L31oRfxS0",
  34. "JwtIss": "KxsMainServer",
  35. "JwtAud": "api",
  36. "MqUserName": "skb@rabbitmq",
  37. "MqPassword": "skb@rabbitmq",
  38. "MqHostName": "192.168.0.121:5672,192.168.0.122:5672"
  39. }
  40. }