appsettings.json 1011 B

12345678910111213141516171819202122232425262728293031
  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:5044/",
  13. "OssHost": "http://oss.kexiaoshuang.com/",
  14. "Database": "CybSystemServer",
  15. "BsSqlConnStr": "server=47.108.118.29;port=3306;user=CybSystemServer;password=EqkNw1V5y8ApCXzV;database=CybSystemServer;charset=utf8;",
  16. "RedisConnStr": "47.108.118.29:6379,password=ym87540628,DefaultDatabase=0,poolsize=500,preheat=50,asyncPipeline=true",
  17. "IOSAppVersion": "1.0.0",
  18. "AndroidAppVersion": "1.0.0",
  19. "OSSKey": "",
  20. "OSSSecret": "",
  21. "OSSEndpoint": "",
  22. "OSSBucketName": "",
  23. "AppSource": "/skin/app/default/",
  24. "JwtSecret": "JvDHuowbOnWiyxMIFc9gG5rw1LSSc0xx68L31oRfxS0",
  25. "JwtIss": "CybSystemServer",
  26. "JwtAud": "api",
  27. "MqUserName": "guest",
  28. "MqPassword": "123456",
  29. "MqHostName": "localhost:5672"
  30. }
  31. }