appsettings.Development.json 1.2 KB

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": "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. "OpSqlConnStr": "server=47.109.31.237;port=3306;user=KxsOpServer;password=r7jwZ8ydLoeswDR4;database=KxsOpServer;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": "iL9dWgBunZRwGbHQ",
  20. "OSSSecret": "Q6P2vSNEY2LBNdygO8gUCkBZQpiswZ",
  21. "OSSEndpoint": "oss-cn-hangzhou.aliyuncs.com",
  22. "OSSBucketName": "yunmuit",
  23. "AppSource": "/skin/app/default/",
  24. "JwtSecret": "JvDHuowbOnWiyxMIFc9gG5rw1LSSc0xx68L31oRfxS0",
  25. "JwtIss": "TpAdminServer",
  26. "JwtAud": "api"
  27. }
  28. }