appsettings.Development.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "Logging": {
  3. "LogLevel": {
  4. "Default": "Information",
  5. "Microsoft": "Warning",
  6. "Microsoft.Hosting.Lifetime": "Information"
  7. }
  8. },
  9. "AllowedHosts": "*",
  10. "Setting": {
  11. "ConnectionStrings": "",
  12. "Host": "http://localhost:5044/",
  13. "OssHost": "http://kexiaoshuang-oss.oss-cn-chengdu.aliyuncs.com/",
  14. "Database": "KxsMainServer",
  15. "SqlConnStr": "server=47.108.62.166;port=3306;user=root;password=HDlNs1ZpG5iR9D9I;database=KxsProfitServer;charset=utf8;",
  16. "JobSqlConnStr": "server=47.108.62.166;port=3306;user=KxsJobServer;password=MIrp4PMVGDPnPLpY;database=KxsJobServer;charset=utf8;",
  17. "BsSqlConnStr": "server=47.108.62.166;port=3306;user=root;password=HDlNs1ZpG5iR9D9I;database=KxsBsServer;charset=utf8;",
  18. "SpSqlConnStr": "server=47.108.62.166;port=3306;user=KxsSpServer;password=jJ9qKsvwWgQA9xWG;database=KxsSpServer;charset=utf8;",
  19. "CashSqlConnStr": "server=47.108.62.166;port=3306;user=KxsCashServer;password=LNGvM18W6SaIGKBC;database=KxsCashServer;charset=utf8;",
  20. "RedisConnStr": "47.108.62.166:6379,password=klm@redis,DefaultDatabase=1,poolsize=500,preheat=50,asyncPipeline=true",
  21. "IOSAppVersion": "1.0.0",
  22. "AndroidAppVersion": "1.0.0",
  23. "OSSKey": "LTAI5tJsPaNzqCSMCPwb8zfz",
  24. "OSSSecret": "efM31Up75fQcgZ32U6xvAciagceQae",
  25. "OSSEndpoint": "oss-cn-chengdu.aliyuncs.com",
  26. "OSSBucketName": "kexiaoshuang-oss",
  27. "AppSource": "/skin/app/default/",
  28. "JwtSecret": "JvDHuowbOnWiyxMIFc9gG5rw1LSSc0xx68L31oRfxS0",
  29. "JwtIss": "KxsMainServer",
  30. "JwtAud": "api",
  31. "MqUserName": "guest",
  32. "MqPassword": "123456",
  33. "MqHostName": "localhost:5672"
  34. }
  35. }