appsettings.Development.json 1.4 KB

12345678910111213141516171819202122232425262728293031
  1. {
  2. "Logging": {
  3. "LogLevel": {
  4. "Default": "Information",
  5. "Microsoft": "Warning",
  6. "Microsoft.Hosting.Lifetime": "Information"
  7. }
  8. },
  9. "AllowedHosts": "*",
  10. "Setting": {
  11. "Host": "http://localhost:6003/",
  12. "OssHost": "http://oss.kxssaas.com",
  13. "Database": "TpAdminServer",
  14. "SqlConnStr1": "server=47.109.31.237;port=3306;user=QrCodePlateMainServer;password=ll4DFaALMu9YIooM;database=QrCodePlateMainServer;charset=utf8;",
  15. "SqlConnStr": "server=47.109.31.237;port=3306;user=QrCodePlateMainServer;password=ll4DFaALMu9YIooM;database=QrCodePlateMainServer2;charset=utf8;",
  16. "BsSqlConnStr": "server=47.109.31.237;port=3306;user=KxsBsServer;password=wyA1bEhi6aAkN8SB;database=KxsBsServer;charset=utf8;",
  17. "KxsSqlConnStr": "server=47.109.31.237;port=3306;user=KxsMainServer;password=FrW8ZfxlcaVdm1r0;database=KxsMainServer;charset=utf8;",
  18. "RedisConnStr": "47.109.31.237:6379,password=klm@redis,DefaultDatabase=5,poolsize=500,preheat=50,asyncPipeline=true",
  19. "IOSAppVersion": "1.0.0",
  20. "AndroidAppVersion": "1.0.0",
  21. "OSSKey": "iL9dWgBunZRwGbHQ",
  22. "OSSSecret": "Q6P2vSNEY2LBNdygO8gUCkBZQpiswZ",
  23. "OSSEndpoint": "oss-cn-hangzhou.aliyuncs.com",
  24. "OSSBucketName": "yunmuit",
  25. "TencentKey":"GU3BZ-JYL6Q-ETG5Y-BGPXM-QFQV6-PZBLW",
  26. "AppSource": "/skin/app/default/",
  27. "JwtSecret": "JvDHuowbOnWiyxMIFc9gG5rw1LSSc0xx68L31oRfxS0",
  28. "JwtIss": "TpAdminServer",
  29. "JwtAud": "api"
  30. }
  31. }