123456789101112131415161718 |
- {
- "Logging": {
- "LogLevel": {
- "Default": "Information",
- "Microsoft": "Warning",
- "Microsoft.Hosting.Lifetime": "Information"
- }
- },
- "AllowedHosts": "*",
- "ServerSettings": {
- "Host": "http://+:9988/",
- "WebApiPort": "9966"
- },
- "ClientAppSettings": {
- "ApiHost": "http://192.168.6.82:9966/",
- "FtpUrl": "ftp://192.168.6.32/Distribution/vCloud_1.7.0/"
- }
- }
|