appsettings.Development.json 1.7 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. "Host": "http://localhost:6003/",
  12. "SourceHost": "http://test.mpap2.kexiaoshuang.com/",
  13. "SpHost": "http://test.mpsp.kexiaoshuang.com/",
  14. "OssHost": "https://laikeba.oss-cn-chengdu.aliyuncs.com",
  15. "LkbHost": "https://test-lkb-uni.kexiaoshuang.com",
  16. "Database": "TpAdminServer",
  17. "StatSqlConnStr": "server=47.109.31.237;port=3306;user=QrCodePlateMainServer;password=ll4DFaALMu9YIooM;database=QrCodePlateStatServer2;charset=utf8;",
  18. "KxsSqlConnStr": "server=47.108.62.1667;port=3306;user=root;password=HDlNs1ZpG5iR9D9I;database=KxsMainServer;charset=utf8;",
  19. "SqlConnStr": "server=47.109.31.237;port=3306;user=QrCodePlateMainServer;password=ll4DFaALMu9YIooM;database=QrCodePlateMainServer2;charset=utf8mb4;",
  20. "ZsSqlConnStr": "server=47.109.31.237;port=3306;user=QrCodePlateMainServer;password=ll4DFaALMu9YIooM;database=QrCodePlateMainServer;charset=utf8;",
  21. "BsSqlConnStr": "server=47.109.31.237;port=3306;user=QrCodePlateBsServer;password=ld5Px33wvhyEz44P;database=QrCodePlateBsServer;charset=utf8;",
  22. "RedisConnStr": "47.109.31.237:6379,password=klm@redis,DefaultDatabase=5,poolsize=500,preheat=50,asyncPipeline=true",
  23. "IOSAppVersion": "1.0.0",
  24. "AndroidAppVersion": "1.0.0",
  25. "OSSKey": "LTAI5tJsPaNzqCSMCPwb8zfz",
  26. "OSSSecret": "efM31Up75fQcgZ32U6xvAciagceQae",
  27. "OSSEndpoint": "oss-cn-chengdu.aliyuncs.com",
  28. "OSSBucketName": "laikeba",
  29. "AppSource": "/skin/app/default/",
  30. "JwtSecret": "JvDHuowbOnWiyxMIFc9gG5rw1LSSc0xx68L31oRfxS0",
  31. "JwtIss": "TpAdminServer",
  32. "JwtAud": "api"
  33. }
  34. }