appsettings.Development.json 1.3 KB

1234567891011121314151617181920212223242526272829
  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. "Database": "TpAdminServer",
  13. "SqlConnStr1": "server=47.109.31.237;port=3306;user=QrCodePlateMainServer;password=ll4DFaALMu9YIooM;database=QrCodePlateMainServer;charset=utf8;",
  14. "SqlConnStr": "server=47.109.31.237;port=3306;user=QrCodePlateMainServer;password=ll4DFaALMu9YIooM;database=QrCodePlateMainServer2;charset=utf8;",
  15. "BsSqlConnStr": "server=47.109.31.237;port=3306;user=KxsBsServer;password=wyA1bEhi6aAkN8SB;database=KxsBsServer;charset=utf8;",
  16. "KxsSqlConnStr": "server=47.109.31.237;port=3306;user=KxsMainServer;password=FrW8ZfxlcaVdm1r0;database=KxsMainServer;charset=utf8;",
  17. "RedisConnStr": "47.109.31.237:6379,password=klm@redis,DefaultDatabase=5,poolsize=500,preheat=50,asyncPipeline=true",
  18. "IOSAppVersion": "1.0.0",
  19. "AndroidAppVersion": "1.0.0",
  20. "OSSKey": "iL9dWgBunZRwGbHQ",
  21. "OSSSecret": "Q6P2vSNEY2LBNdygO8gUCkBZQpiswZ",
  22. "OSSEndpoint": "oss-cn-hangzhou.aliyuncs.com",
  23. "OSSBucketName": "yunmuit",
  24. "AppSource": "/skin/app/default/",
  25. "JwtSecret": "JvDHuowbOnWiyxMIFc9gG5rw1LSSc0xx68L31oRfxS0",
  26. "JwtIss": "TpAdminServer",
  27. "JwtAud": "api"
  28. }
  29. }