[docs] Change cache_path to cache_dir

This commit is contained in:
aaronk6 2024-11-11 22:32:55 +01:00 committed by Alain Nussbaumer
parent bb80ca1c62
commit 8003199fa4

View File

@ -188,11 +188,11 @@ Specific IP address to which the server is bound.
bind_address = "<ip-address>" bind_address = "<ip-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 ```conf
cache_path = "<path-to-database-cache-file>" cache_path = "<path-to-database-cache-file>"