appsettings.Development.json 816 B

123456789101112131415161718192021222324252627
  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. "Database": "TrainServer",
  14. "SqlConnStr": "server=localhost;port=3306;user=;password=;database=;charset=utf8;",
  15. "RedisConnStr": "localhost:6379,password=,DefaultDatabase=3,poolsize=500,preheat=50,asyncPipeline=true",
  16. "IOSAppVersion": "1.0.0",
  17. "AndroidAppVersion": "1.0.0",
  18. "OSSKey": "",
  19. "OSSSecret": "",
  20. "OSSEndpoint": "",
  21. "OSSBucketName": "",
  22. "AppSource": "/skin/app/default/",
  23. "JwtSecret": "JvDHuowbOnWiyxMIFc9gG5rw1LSSc0xx68L31oRfxS0",
  24. "JwtIss": "TrainServer",
  25. "JwtAud": "api"
  26. }
  27. }