appsettings.Development.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  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": "http://oss.qrcodeplate.com",
  17. "QrCodeHost": "http://test.mpap.kexiaoshuang.com/",
  18. "Database": "ApServer",
  19. "KxsSqlConnStr": "server=47.109.31.237;port=3306;user=KxsMainServer;password=FrW8ZfxlcaVdm1r0;database=KxsMainServer;charset=utf8;",
  20. "MiniSqlConnStr": "server=47.109.31.237;port=3306;user=MiniProgram;password=sxqHokkreqE6HnUg;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. "BsSqlConnStr": "server=47.109.31.237;port=3306;user=QrCodePlateBsServer;password=ld5Px33wvhyEz44P;database=QrCodePlateBsServer;charset=utf8;",
  24. "RedisConnStr": "47.109.31.237:6379,password=klm@redis,DefaultDatabase=4,poolsize=500,preheat=50,asyncPipeline=true",
  25. "IOSAppVersion": "1.0.0",
  26. "AndroidAppVersion": "1.0.0",
  27. "OSSKey": "",
  28. "OSSSecret": "",
  29. "OSSEndpoint": "",
  30. "OSSBucketName": "",
  31. "AppSource": "/skin/app/default/",
  32. "JwtSecret": "JvDHuowbOnWiyxMIFc9gG5rw1LSSc0xx68L31oRfxS0",
  33. "JwtIss": "ApServer",
  34. "JwtAud": "api",
  35. "MqUserName": "skb@rabbitmq",
  36. "MqPassword": "skb@rabbitmq",
  37. "MqHostName": "47.109.31.237:5672,47.109.31.237:5672",
  38. "MqOneHostName": "47.109.31.237",
  39. "MqOnePort": "5672"
  40. }
  41. }