diff --git a/roles/ampache/templates/ampache.cfg.php.j2 b/roles/ampache/templates/ampache.cfg.php.j2 index f2438e0..cdeb32a 100644 --- a/roles/ampache/templates/ampache.cfg.php.j2 +++ b/roles/ampache/templates/ampache.cfg.php.j2 @@ -633,13 +633,13 @@ licensing = "false" ; You must also set a local_metadata_dir below. This folder should be ; a local folder that is not accessible from a browser. ; DEFAULT: "false" -;album_art_store_disk = "true" +album_art_store_disk = "true" ; Local Metadata Directory ; This define a local metadata directory OUTSIDE the web path with write access. ; This is used to store heavy data if enabled (album art, waveforms, etc) ; DEFAULT: none -;local_metadata_dir = "/var/www/metadata" +local_metadata_dir = "{{ ampache_data_home }}/metadata" ; Maximal upload size ; Specify the maximal allowed upload size for images, in bytes.