Skip to content

Commit

Permalink
[docs] Change cache_path to cache_dir
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronk6 committed Nov 11, 2024
1 parent 3b28960 commit b39dfef
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 b39dfef

Please sign in to comment.