# Server related settings address: 0.0.0.0 port: 10880 auth: true tls: false cert: cert.pem key: key.pem prefix: / # Default user settings (will be merged) scope: . modify: true rules: [] # CORS configuration cors: enabled: true credentials: true allowed_headers: - Depth allowed_hosts: - http://localhost:8999 allowed_methods: - GET exposed_headers: - Content-Length - Content-Range users: - username: video password: 123 scope: /mnt/sdb1 modify: true rules: - regex: false allow: false path: /some/file