docs: single restart notice for config changes (#2098)
This commit is contained in:
parent
8b5749ec98
commit
a85d303a61
|
@ -5,6 +5,12 @@ sidebar_position: 20
|
|||
|
||||
To configure LibreTime, you need to edit the `/etc/libretime/config.yml` file. This page describe the available options to configure your installation.
|
||||
|
||||
Don't forget to restart the services after you made changes to the configuration file:
|
||||
|
||||
```
|
||||
sudo systemctl restart libretime.target
|
||||
```
|
||||
|
||||
## General
|
||||
|
||||
The `general` section configure anything related to the legacy and API services.
|
||||
|
@ -33,15 +39,6 @@ general:
|
|||
auth: "local"
|
||||
```
|
||||
|
||||
In order to apply the changes made in this section, please restart the following services:
|
||||
|
||||
```
|
||||
libretime-analyzer
|
||||
libretime-api
|
||||
libretime-playout
|
||||
libretime-worker
|
||||
```
|
||||
|
||||
## Storage
|
||||
|
||||
The `storage` section configure the project storage.
|
||||
|
@ -53,12 +50,6 @@ storage:
|
|||
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.
|
||||
|
@ -96,12 +87,6 @@ database:
|
|||
password: "some_random_generated_secret!"
|
||||
```
|
||||
|
||||
In order to apply the changes made in this section, please restart the following services:
|
||||
|
||||
```
|
||||
libretime-api
|
||||
```
|
||||
|
||||
## RabbitMQ
|
||||
|
||||
The `rabbitmq` section configure the RabbitMQ connection.
|
||||
|
@ -139,15 +124,6 @@ rabbitmq:
|
|||
password: "some_random_generated_secret!"
|
||||
```
|
||||
|
||||
In order to apply the changes made in this section, please restart the following services:
|
||||
|
||||
```
|
||||
libretime-analyzer
|
||||
libretime-api
|
||||
libretime-playout
|
||||
libretime-worker
|
||||
```
|
||||
|
||||
## Playout
|
||||
|
||||
The `playout` section configure anything related to the playout service.
|
||||
|
@ -185,12 +161,6 @@ playout:
|
|||
record_sample_size: 16
|
||||
```
|
||||
|
||||
In order to apply the changes made in this section, please restart the following services:
|
||||
|
||||
```
|
||||
libretime-playout
|
||||
```
|
||||
|
||||
## Liquidsoap
|
||||
|
||||
The `liquidsoap` section configure anything related to the liquidsoap service.
|
||||
|
@ -215,12 +185,6 @@ liquidsoap:
|
|||
harbor_listen_address: ["0.0.0.0"]
|
||||
```
|
||||
|
||||
In order to apply the changes made in this section, please restart the following services:
|
||||
|
||||
```
|
||||
libretime-liquidsoap
|
||||
```
|
||||
|
||||
## Stream
|
||||
|
||||
The `stream` section configures anything related to the input and output streams.
|
||||
|
@ -265,13 +229,6 @@ stream:
|
|||
|
||||
:::
|
||||
|
||||
In order to apply the changes made in this section, please restart the following services:
|
||||
|
||||
```
|
||||
libretime-liquidsoap
|
||||
libretime-playout
|
||||
```
|
||||
|
||||
### Inputs
|
||||
|
||||
The `stream.inputs` section configures anything related to the input streams.
|
||||
|
|
Loading…
Reference in New Issue