appsettings.Development.json 1.1 KB

1234567891011121314151617181920212223242526272829
  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:5501/",
  12. "OssHost": "http://admanager.yunmic.com",
  13. "SourceHost": "https://adv-sources.oss-cn-chengdu.aliyuncs.com",
  14. "Database": "AdAdminServer",
  15. "SqlConnStr": "server=47.109.81.183;port=3306;user=AdMainServer;password=9uTIFI8hzsUQLWkE;database=AdMainServer;charset=utf8;",
  16. "BsSqlConnStr": "server=47.109.81.183;port=3306;user=AdConfigServer;password=aSALhtfc7A7XqR6G;database=AdConfigServer;charset=utf8;",
  17. "RedisConnStr": "47.109.81.183:6379,password=ym87540628,DefaultDatabase=1,poolsize=500,preheat=50,asyncPipeline=true",
  18. "IOSAppVersion": "1.0.0",
  19. "AndroidAppVersion": "1.0.0",
  20. "OSSKey": "",
  21. "OSSSecret": "",
  22. "OSSEndpoint": "",
  23. "OSSBucketName": "",
  24. "AppSource": "/skin/app/default/",
  25. "JwtSecret": "JvDHuowbOnWiyxMIFc9gG5rw1LSSc0xx68L31oRfxS0",
  26. "JwtIss": "AdAdminServer",
  27. "JwtAud": "api"
  28. }
  29. }