1234567891011121314151617181920212223242526272829303132333435363738394041 |
- {
- "Logging": {
- "LogLevel": {
- "Default": "Information",
- "Microsoft.AspNetCore": "Warning"
- }
- },
- "AllowedHosts": "*",
- "urls": "http://localhost:6001",
- "OrBitFileServerNode": {
- "mimeModifiers": [
- {
- "ext": ".htm3",
- "type": "text/html",
- "opt": "add"
- },
- {
- "ext": ".mp4",
- "opt": "remove"
- }
- ],
- "domain": "http://localhost:6001",
- "physicalPath": "C:\\tmp\\MESINTERFACE",
- "virtualPath": "/api",
- "cachePeriod": 604800,
- "enableThumbnail": true,
- "thumbnailExts": [
- ".jpg",
- ".png"
- ],
- "allowIPs": [
- "192.168.88.6",
- "127.0.0.1",
- "169.254.177.123",
- "172.30.0.1",
- "169.254.139.124"
- ]
- }
- }
|