appsettings.json 400 B

123456789101112131415161718
  1. {
  2. "Logging": {
  3. "LogLevel": {
  4. "Default": "Information",
  5. "Microsoft": "Warning",
  6. "Microsoft.Hosting.Lifetime": "Information"
  7. }
  8. },
  9. "AllowedHosts": "*",
  10. "ServerSettings": {
  11. "Host": "http://+:9988/",
  12. "WebApiPort": "9966"
  13. },
  14. "ClientAppSettings": {
  15. "ApiHost": "http://192.168.6.82:9966/",
  16. "FtpUrl": "ftp://192.168.6.32/Distribution/vCloud_1.7.0/"
  17. }
  18. }