mirror of
https://github.com/YunoHost-Apps/navidrome_ynh.git
synced 2024-09-03 19:46:30 +02:00
Update navidrome.toml
This commit is contained in:
parent
4ba82116ce
commit
ae7e9c2106
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
# Load configurations from an external config file
|
# Load configurations from an external config file
|
||||||
ConfigFile = "__CONFIG_PATH__/navidrome.toml"
|
ConfigFile = "/var/lib/__APP__/navidrome.toml"
|
||||||
|
|
||||||
# Log level. Useful for troubleshooting. Possible values: error, info, debug, trace
|
# Log level. Useful for troubleshooting. Possible values: error, info, debug, trace
|
||||||
LogLevel = "INFO"
|
LogLevel = "INFO"
|
||||||
|
@ -26,7 +26,7 @@ TranscodingCacheSize = "150MB"
|
||||||
ImageCacheSize = "100MB"
|
ImageCacheSize = "100MB"
|
||||||
|
|
||||||
# Folder to store application data (DB, cache…)
|
# Folder to store application data (DB, cache…)
|
||||||
DataFolder = "__CONFIG_PATH__"
|
DataFolder = "/var/lib/__APP__"
|
||||||
|
|
||||||
# Folder where your music library is stored. Can be read-only
|
# Folder where your music library is stored. Can be read-only
|
||||||
MusicFolder = "/home/yunohost.multimedia/share/Music"
|
MusicFolder = "/home/yunohost.multimedia/share/Music"
|
||||||
|
|
Loading…
Add table
Reference in a new issue