appsettings.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "Logging": {
  3. "LogLevel": {
  4. "Default": "Information",
  5. "Microsoft": "Warning",
  6. "Microsoft.Hosting.Lifetime": "Information"
  7. }
  8. },
  9. "AllowedHosts": "*",
  10. "Setting": {
  11. "AppKey": "",
  12. "AppId": "",
  13. "CheckUrl": "",
  14. "ConnectionStrings": "",
  15. "WebServiceUrl": "",
  16. "DbSchemeUrl": "",
  17. "Host": "http://test.bs.kexiaoshuang.com/",
  18. "OssHost": "http://oss.kexiaoshuang.com",
  19. "Database": "KxsMainServer",
  20. "SqlConnStr": "server=47.109.31.237;port=3306;user=KxsMainServer2;password=FrW8ZfxlcaVdm1r0;database=KxsMainServer2;charset=utf8;",
  21. "StatSqlConnStr": "server=47.109.31.237;port=3306;user=KxsMainServer2;password=FrW8ZfxlcaVdm1r0;database=KxsMainServer2;charset=utf8;ConnectionTimeout=600;DefaultCommandTimeout=600;",
  22. "OpSqlConnStr": "server=47.109.31.237;port=3306;user=KxsOpServer;password=r7jwZ8ydLoeswDR4;database=KxsOpServer;charset=utf8;",
  23. "BsSqlConnStr": "server=47.109.31.237;port=3306;user=KxsBsServer;password=wyA1bEhi6aAkN8SB;database=KxsBsServer;charset=utf8;",
  24. "SpSqlConnStr": "server=47.109.31.237;port=3306;user=KxsSpServer;password=jJ9qKsvwWgQA9xWG;database=KxsSpServer;charset=utf8;",
  25. "CashSqlConnStr": "server=47.109.31.237;port=3306;user=KxsCashServer;password=LNGvM18W6SaIGKBC;database=KxsCashServer;charset=utf8;",
  26. "RedisConnStr": "47.109.31.237:6379,password=klm@redis,DefaultDatabase=1,poolsize=500,preheat=50,asyncPipeline=true",
  27. "IOSAppVersion": "1.0.0",
  28. "AndroidAppVersion": "1.0.0",
  29. "OSSKey": "",
  30. "OSSSecret": "",
  31. "OSSEndpoint": "",
  32. "OSSBucketName": "",
  33. "AppSource": "/skin/app/default/",
  34. "JwtSecret": "JvDHuowbOnWiyxMIFc9gG5rw1LSSc0xx68L31oRfxS0",
  35. "JwtIss": "KxsMainServer",
  36. "JwtAud": "api",
  37. "MqUserName": "guest",
  38. "MqPassword": "123456",
  39. "MqHostName": "localhost:5672"
  40. }
  41. }