From b39dfefd7254d66ccbb16f29ee966455cf310ad8 Mon Sep 17 00:00:00 2001 From: aaronk6 Date: Mon, 11 Nov 2024 22:32:55 +0100 Subject: [PATCH] [docs] Change cache_path to cache_dir --- docs/configuration.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/configuration.md b/docs/configuration.md index 6d786a28..4cb3b61f 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -188,11 +188,11 @@ Specific IP address to which the server is bound. bind_address = "" ``` -### cache_path +### cache_dir -Full path to the cache database file. +Directory where the server keeps cached data. -**Default:** unset +**Default:** `"/var/cache/owntone"` ```conf cache_path = ""