appsettings.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435
  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.mpsp.kexiaoshuang.com/",
  13. "SourceHost": "http://test.mpsp.kexiaoshuang.com/",
  14. "OssHost": "http://oss.qrcodeplate.com",
  15. "QrCodeHost": "http://test.mpsp.kexiaoshuang.com/",
  16. "Database": "ApServer",
  17. "SqlConnStr": "server=rm-2vc27k81v217qs1t55o.mysql.cn-chengdu.rds.aliyuncs.com;port=3306;user=QrCodePlateMainServer;password=ll4DFaALMu9YIooM;database=QrCodePlateMainServer;charset=utf8;",
  18. "RedisConnStr": "8.137.99.48:6379,password=kxsmp@2023,DefaultDatabase=0,poolsize=500,preheat=50,asyncPipeline=true",
  19. "IOSAppVersion": "1.0.0",
  20. "AndroidAppVersion": "1.0.0",
  21. "OSSKey": "",
  22. "OSSSecret": "",
  23. "OSSEndpoint": "",
  24. "OSSBucketName": "",
  25. "AppSource": "/skin/app/default/",
  26. "JwtSecret": "JvDHuowbOnWiyxMIFc9gG5rw1LSSc0xx68L31oRfxS0",
  27. "JwtIss": "ApServer",
  28. "JwtAud": "api",
  29. "MqUserName": "skb@rabbitmq",
  30. "MqPassword": "skb@rabbitmq",
  31. "MqHostName": "47.109.31.237:5672,47.109.31.237:5672",
  32. "MqOneHostName": "47.109.31.237",
  33. "MqOnePort": "5672"
  34. }
  35. }