appsettings.Development.json 1.5 KB

1234567891011121314151617181920212223242526272829303132
  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. "OssHost": "http://oss.kexiaoshuang.com/",
  13. "SourceHost": "http://test.mpap2.kexiaoshuang.com/",
  14. "SpHost": "http://test.mpsp2.kexiaoshuang.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.109.31.237;port=3306;user=KxsMainServer;password=FrW8ZfxlcaVdm1r0;database=KxsMainServer;charset=utf8;",
  18. "SqlConnStr": "server=47.109.31.237;port=3306;user=QrCodePlateMainServer;password=ll4DFaALMu9YIooM;database=QrCodePlateMainServer2;charset=utf8;",
  19. "BsSqlConnStr": "server=47.109.31.237;port=3306;user=QrCodePlateBsServer;password=ld5Px33wvhyEz44P;database=QrCodePlateBsServer;charset=utf8;",
  20. "RedisConnStr": "47.109.31.237:6379,password=klm@redis,DefaultDatabase=5,poolsize=500,preheat=50,asyncPipeline=true",
  21. "IOSAppVersion": "1.0.0",
  22. "AndroidAppVersion": "1.0.0",
  23. "OSSKey": "iL9dWgBunZRwGbHQ",
  24. "OSSSecret": "Q6P2vSNEY2LBNdygO8gUCkBZQpiswZ",
  25. "OSSEndpoint": "oss-cn-hangzhou.aliyuncs.com",
  26. "OSSBucketName": "yunmuit",
  27. "AppSource": "/skin/app/default/",
  28. "JwtSecret": "JvDHuowbOnWiyxMIFc9gG5rw1LSSc0xx68L31oRfxS0",
  29. "JwtIss": "TpAdminServer",
  30. "JwtAud": "api"
  31. }
  32. }