From 3211b7a8e769ba3c8265ebf581c0a6a92f1d195b Mon Sep 17 00:00:00 2001 From: jo Date: Wed, 24 Aug 2022 18:49:13 +0200 Subject: [PATCH] docs: add missing storage configuration --- docs/admin-manual/setup/configuration.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/docs/admin-manual/setup/configuration.md b/docs/admin-manual/setup/configuration.md index c0cd53636..ed3c7f4aa 100644 --- a/docs/admin-manual/setup/configuration.md +++ b/docs/admin-manual/setup/configuration.md @@ -42,6 +42,23 @@ libretime-playout libretime-worker ``` +## Storage + +The `storage` section configure the project storage. + +```yml +storage: + # Path of the storage directory. + # > default is /srv/libretime + path: "/srv/libretime" +``` + +In order to apply the changes made in this section, please restart the following services: + +``` +libretime-api +``` + ## Database The `database` section configure the PostgreSQL connection.