appsettings.Development.json 1.0 KB

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