appsettings.Development.json 1.7 KB

123456789101112131415161718192021222324252627282930313233
  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. "Database": "TpAdminServer",
  16. "StatSqlConnStr": "server=47.109.31.237;port=3306;user=QrCodePlateMainServer;password=ll4DFaALMu9YIooM;database=QrCodePlateStatServer2;charset=utf8;",
  17. "KxsSqlConnStr": "server=47.108.62.1667;port=3306;user=root;password=HDlNs1ZpG5iR9D9I;database=KxsMainServer;charset=utf8;",
  18. "SqlConnStr": "server=47.109.31.237;port=3306;user=QrCodePlateMainServer;password=ll4DFaALMu9YIooM;database=QrCodePlateMainServer2;charset=utf8;",
  19. "ZsSqlConnStr": "server=47.109.31.237;port=3306;user=QrCodePlateMainServer;password=ll4DFaALMu9YIooM;database=QrCodePlateMainServer;charset=utf8;",
  20. "BsSqlConnStr": "server=47.109.31.237;port=3306;user=QrCodePlateBsServer;password=ld5Px33wvhyEz44P;database=QrCodePlateBsServer;charset=utf8;",
  21. "RedisConnStr": "47.109.31.237:6379,password=klm@redis,DefaultDatabase=5,poolsize=500,preheat=50,asyncPipeline=true",
  22. "IOSAppVersion": "1.0.0",
  23. "AndroidAppVersion": "1.0.0",
  24. "OSSKey": "LTAI5tJsPaNzqCSMCPwb8zfz",
  25. "OSSSecret": "efM31Up75fQcgZ32U6xvAciagceQae",
  26. "OSSEndpoint": "oss-cn-chengdu.aliyuncs.com",
  27. "OSSBucketName": "laikeba",
  28. "AppSource": "/skin/app/default/",
  29. "JwtSecret": "JvDHuowbOnWiyxMIFc9gG5rw1LSSc0xx68L31oRfxS0",
  30. "JwtIss": "TpAdminServer",
  31. "JwtAud": "api"
  32. }
  33. }