Skip to content

Commit

Permalink
Merge pull request #1824 from aaronk6/master
Browse files Browse the repository at this point in the history
[docs] Change cache_path to cache_dir
  • Loading branch information
ejurgensen authored Nov 12, 2024
2 parents 3b28960 + b39dfef commit 877efd2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,11 +188,11 @@ Specific IP address to which the server is bound.
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
cache_path = "<path-to-database-cache-file>"
Expand Down

0 comments on commit 877efd2

Please sign in to comment.