Files
wsa-webdav/config.json
T

25 lines
532 B
JSON

{
"enabled": true,
"port": 8088,
"host": "127.0.0.1",
"auto_start": true,
"anonymous_access": true,
"enable_root_access": true,
"user_storage_path": "/storage/emulated/0",
"root_storage_path": "/",
"max_connections": 50,
"timeout": 300,
"log_level": "INFO",
"enable_ssl": false,
"ssl_cert_file": "",
"ssl_key_file": "",
"user": "",
"password": "",
"allowed_ips": [],
"blocked_ips": [],
"max_upload_size": 0,
"enable_directory_listing": true,
"enable_cors": false,
"cors_origins": ["*"]
}