appsettings.Development.json 852 B

12345678910111213141516171819202122232425262728
  1. {
  2. "Logging": {
  3. "LogLevel": {
  4. "Default": "Information",
  5. "Microsoft": "Warning",
  6. "Microsoft.Hosting.Lifetime": "Information"
  7. }
  8. },
  9. "AllowedHosts": "*",
  10. "Setting": {
  11. "Host": "",
  12. "OssHost": "",
  13. "SourceHost": "",
  14. "Database": "KxsPushServer",
  15. "SqlConnStr": "server=47.109.31.237;port=3306;user=KxsPushServer;password=DaMSJxexJMW7i0Jb;database=KxsPushServer;charset=utf8;",
  16. "RedisConnStr": "47.109.31.237:6379,password=klm@redis,DefaultDatabase=1,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": "KxsPushServer",
  26. "JwtAud": "api"
  27. }
  28. }