appsettings.Development.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "Logging": {
  3. "LogLevel": {
  4. "Default": "Information",
  5. "Microsoft": "Warning",
  6. "Microsoft.Hosting.Lifetime": "Information"
  7. }
  8. },
  9. "AllowedHosts": "*",
  10. "Setting": {
  11. "ConnectionStrings": "",
  12. "Host": "http://test.mpap.kexiaoshuang.com/",
  13. "Host2": "http://test.mpap2.kexiaoshuang.com/",
  14. "SourceHost": "http://test.mpap.kexiaoshuang.com/",
  15. "SpHost": "http://test.mpsp.kexiaoshuang.com/",
  16. "OssHost": "https://laikeba.oss-cn-chengdu.aliyuncs.com",
  17. "QrCodeHost": "http://test.mpap.kexiaoshuang.com/",
  18. "Database": "ApServer",
  19. "KxsSqlConnStr": "server=47.108.62.166;port=3306;user=root;password=HDlNs1ZpG5iR9D9I;database=KxsMainServer;charset=utf8;",
  20. "MiniSqlConnStr": "server=47.108.62.166;port=3306;user=root;password=HDlNs1ZpG5iR9D9I;database=MiniProgram;charset=utf8;",
  21. "SqlConnStr": "server=47.109.31.237;port=3306;user=QrCodePlateMainServer;password=ll4DFaALMu9YIooM;database=QrCodePlateMainServer;charset=utf8;",
  22. "SqlConnStr2": "server=47.109.31.237;port=3306;user=QrCodePlateMainServer;password=ll4DFaALMu9YIooM;database=QrCodePlateMainServer2;charset=utf8;",
  23. "StatSqlConnStr": "server=47.109.31.237;port=3306;user=QrCodePlateMainServer;password=ll4DFaALMu9YIooM;database=QrCodePlateStatServer;charset=utf8;",
  24. "BsSqlConnStr": "server=47.109.31.237;port=3306;user=QrCodePlateBsServer;password=ld5Px33wvhyEz44P;database=QrCodePlateBsServer;charset=utf8;",
  25. "RedisConnStr": "47.109.31.237:6379,password=klm@redis,DefaultDatabase=5,poolsize=500,preheat=50,asyncPipeline=true",
  26. "IOSAppVersion": "1.0.0",
  27. "AndroidAppVersion": "1.0.0",
  28. "OSSKey": "LTAI5tJsPaNzqCSMCPwb8zfz",
  29. "OSSSecret": "efM31Up75fQcgZ32U6xvAciagceQae",
  30. "OSSEndpoint": "oss-cn-chengdu.aliyuncs.com",
  31. "OSSBucketName": "laikeba",
  32. "AppSource": "/skin/app/default/",
  33. "JwtSecret": "JvDHuowbOnWiyxMIFc9gG5rw1LSSc0xx68L31oRfxS0",
  34. "JwtIss": "ApServer",
  35. "JwtAud": "api",
  36. "MqUserName": "skb@rabbitmq",
  37. "MqPassword": "skb@rabbitmq",
  38. "MqHostName": "47.109.31.237:5672,47.109.31.237:5672",
  39. "MqOneHostName": "47.109.31.237",
  40. "MqOnePort": "5672"
  41. }
  42. }