docs: add missing storage configuration
This commit is contained in:
parent
82502fb608
commit
3211b7a8e7
|
@ -42,6 +42,23 @@ libretime-playout
|
||||||
libretime-worker
|
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
|
## Database
|
||||||
|
|
||||||
The `database` section configure the PostgreSQL connection.
|
The `database` section configure the PostgreSQL connection.
|
||||||
|
|
Loading…
Reference in New Issue