appsettings.Development.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536
  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://localhost:5061/",
  13. "SourceHost": "http://oss.kexiaoshuang.com",
  14. "QrCodeHost": "http://localhost:5061/",
  15. "Database": "ApServer",
  16. "PlateformSqlConnStr": "server=47.108.62.166;port=3306;user=root;password=HDlNs1ZpG5iR9D9I;database=KxsMainServer;charset=utf8;",
  17. "SqlConnStr": "server=47.108.62.166;port=3306;user=root;password=HDlNs1ZpG5iR9D9I;database=MiniProgram;charset=utf8;",
  18. "RedisConnStr": "47.108.62.166:6379,password=klm@redis,DefaultDatabase=1,poolsize=500,preheat=50,asyncPipeline=true",
  19. "TendisConnStr": "47.108.62.166:6379,password=klm@redis,DefaultDatabase=1,poolsize=500,preheat=50,asyncPipeline=true",
  20. "IOSAppVersion": "1.0.0",
  21. "AndroidAppVersion": "1.0.0",
  22. "OSSKey": "",
  23. "OSSSecret": "",
  24. "OSSEndpoint": "",
  25. "OSSBucketName": "",
  26. "AppSource": "/skin/app/default/",
  27. "JwtSecret": "JvDHuowbOnWiyxMIFc9gG5rw1LSSc0xx68L31oRfxS0",
  28. "JwtIss": "ApServer",
  29. "JwtAud": "api",
  30. "MqUserName": "",
  31. "MqPassword": "",
  32. "MqHostName": "",
  33. "MqOneHostName": "",
  34. "MqOnePort": ""
  35. }
  36. }