appsettings.Development.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334
  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:5301/",
  18. "SourceHost": "http://bs.qrcodeplate.com/",
  19. "Database": "KxsMainServer",
  20. "KxsSqlConnStr": "server=47.109.31.237;port=3306;user=KxsMainServer;password=FrW8ZfxlcaVdm1r0;database=KxsMainServer;charset=utf8;",
  21. "SqlConnStr": "server=47.109.31.237;port=3306;user=QrCodePlateMainServer;password=ll4DFaALMu9YIooM;database=QrCodePlateMainServer;charset=utf8;",
  22. "SqlConnStr2": "server=47.109.31.237;port=3306;user=QrCodePlateMainServer;password=ll4DFaALMu9YIooM;database=QrCodePlateMainServer2;charset=utf8;",
  23. "StatSqlConnStr": "server=47.109.31.237;port=3306;user=QrCodePlateMainServer;password=ll4DFaALMu9YIooM;database=QrCodePlateStatServer;charset=utf8;",
  24. "StatSqlConnStr2": "server=47.109.31.237;port=3306;user=QrCodePlateMainServer;password=ll4DFaALMu9YIooM;database=QrCodePlateStatServer2;charset=utf8;",
  25. "RedisConnStr": "47.109.31.237:6379,password=klm@redis,DefaultDatabase=4,poolsize=500,preheat=50,asyncPipeline=true",
  26. "IOSAppVersion": "1.0.0",
  27. "AndroidAppVersion": "1.0.0",
  28. "OSSKey": "iL9dWgBunZRwGbHQ",
  29. "OSSSecret": "Q6P2vSNEY2LBNdygO8gUCkBZQpiswZ",
  30. "OSSEndpoint": "oss-cn-hangzhou.aliyuncs.com",
  31. "OSSBucketName": "yunmuit",
  32. "AppSource": "/skin/app/default/"
  33. }
  34. }