From d32e1505c5612509b6d3f02c2acef2f4c1f04a76 Mon Sep 17 00:00:00 2001 From: Bryan Van Deusen Date: Sun, 3 May 2026 11:38:05 -0400 Subject: [PATCH] docs(config): document storage.data_dir in the example yaml Forgot to include this in the previous commit (6d1709c). The new config field's example block needs to be in the canonical yaml so operators copying it in get the doc. --- config.example.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/config.example.yaml b/config.example.yaml index 6cc062d9..8e1051d6 100644 --- a/config.example.yaml +++ b/config.example.yaml @@ -6,6 +6,14 @@ server: address: ":4533" +storage: + # On-disk root for cached runtime artifacts (currently playlist cover + # collages under /playlist_covers/). Default: "./data" relative + # to the working directory. Production deployments should set an absolute + # path on persistent storage. + # Env: SMARTMUSIC_STORAGE_DATA_DIR + data_dir: "./data" + database: # Postgres connection string, e.g. postgres://minstrel:minstrel@localhost:5432/minstrel?sslmode=disable url: ""