appsettings.Development.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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. "OpHost": "http://operateadmin.kexiaoshuang.com/",
  18. "Host": "http://test.bs.kexiaoshuang.com/",
  19. "OssHost": "http://oss.kexiaoshuang.com",
  20. "Database": "KxsMainServer",
  21. "SqlConnStr": "server=47.109.31.237;port=3306;user=KxsMainServer;password=FrW8ZfxlcaVdm1r0;database=KxsMainServer;charset=utf8;",
  22. "ReadSqlConnStr": "server=rr-2vc53lrwpwm1ewscogo.mysql.cn-chengdu.rds.aliyuncs.com;port=3306;user=liuyang;password=liu#yang@2023;database=KxsProfitServer;charset=utf8;",
  23. "StatSqlConnStr": "server=47.109.31.237;port=3306;user=KxsMainServer;password=FrW8ZfxlcaVdm1r0;database=KxsMainServer;charset=utf8;ConnectionTimeout=600;DefaultCommandTimeout=600;",
  24. "OpSqlConnStr": "server=47.109.31.237;port=3306;user=KxsOpServer;password=r7jwZ8ydLoeswDR4;database=KxsOpServer;charset=utf8;",
  25. "BsSqlConnStr": "server=47.109.31.237;port=3306;user=KxsBsServer;password=wyA1bEhi6aAkN8SB;database=KxsBsServer;charset=utf8;",
  26. "SpSqlConnStr": "server=47.109.31.237;port=3306;user=KxsSpServer;password=jJ9qKsvwWgQA9xWG;database=KxsSpServer;charset=utf8;",
  27. "CashSqlConnStr": "server=47.109.31.237;port=3306;user=KxsCashServer;password=LNGvM18W6SaIGKBC;database=KxsCashServer;charset=utf8;",
  28. "RedisConnStr": "47.109.31.237:6379,password=klm@redis,DefaultDatabase=1,poolsize=500,preheat=50,asyncPipeline=true",
  29. "IOSAppVersion": "1.0.0",
  30. "AndroidAppVersion": "1.0.0",
  31. "OSSKey": "",
  32. "OSSSecret": "",
  33. "OSSEndpoint": "",
  34. "OSSBucketName": "",
  35. "AppSource": "/skin/app/default/",
  36. "JwtSecret": "JvDHuowbOnWiyxMIFc9gG5rw1LSSc0xx68L31oRfxS0",
  37. "JwtIss": "KxsMainServer",
  38. "JwtAud": "api",
  39. "MqUserName": "guest",
  40. "MqPassword": "123456",
  41. "MqHostName": "localhost:5672"
  42. }
  43. }