appsettings.Development.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  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://localhost:5303/",
  18. "SourceHost": "http://main.qrcodeplate.com/",
  19. "Database": "QrCodePlateMainServer",
  20. "SqlConnStr": "server=47.109.31.237;port=3306;user=QrCodePlateMainServer;password=ll4DFaALMu9YIooM;database=QrCodePlateMainServer;charset=utf8;",
  21. "SqlConnStr2": "server=47.109.31.237;port=3306;user=QrCodePlateMainServer;password=ll4DFaALMu9YIooM;database=QrCodePlateMainServer2;charset=utf8;",
  22. "SpSqlConnStr": "server=47.109.31.237;port=3306;user=QrCodePlateSpServer;password=T2ZzxUq2fix0cTqa;database=QrCodePlateSpServer;charset=utf8;",
  23. "KxsSqlConnStr": "server=47.109.31.237;port=3306;user=KxsMainServer;password=FrW8ZfxlcaVdm1r0;database=KxsMainServer;charset=utf8;",
  24. "KxsStatSqlConnStr": "server=47.109.31.237;port=3306;user=KxsMainServer;password=FrW8ZfxlcaVdm1r0;database=KxsStatServer;charset=utf8;",
  25. "RedisConnStr": "47.109.31.237:6379,password=klm@redis,DefaultDatabase=5,poolsize=500,preheat=50,asyncPipeline=true",
  26. "IOSAppVersion": "1.0.0",
  27. "AndroidAppVersion": "1.0.0",
  28. "OSSKey": "",
  29. "OSSSecret": "",
  30. "OSSEndpoint": "",
  31. "OSSBucketName": "",
  32. "AppSource": "/skin/app/default/",
  33. "JwtSecret": "JvDHuowbOnWiyxMIFc9gG5rw1LSSc0xx68L31oRfxS0",
  34. "JwtIss": "QrCodePlateMainServer",
  35. "JwtAud": "api",
  36. "MqUserName": "skb@rabbitmq",
  37. "MqPassword": "skb@rabbitmq",
  38. "MqHostName": "47.109.31.237:5672"
  39. }
  40. }