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.