mount_point = "/mnt/music" cache_dir = "/var/cache/musicfs" [logging] log_dir = "/var/log/musicfs" json_output = true journald = true level = "musicfs=info,warn" trace_sample_rate = 1.0 [cache] metadata_cache_mb = 100 content_cache_gb = 10 [health] check_interval_secs = 30 timeout_ms = 5000 unhealthy_threshold = 3 [[origins]] id = "local" origin_type = "local" priority = 1 path = "/srv/music" [[origins]] id = "nas" origin_type = "nfs" priority = 2 mount_point = "/mnt/nas/music"