2022-05-23 17:16:02 +02:00
|
|
|
# See https://libretime.org/docs/admin-manual/setup/configuration/
|
|
|
|
|
|
|
|
general:
|
2022-08-19 22:15:28 +02:00
|
|
|
# The public url.
|
|
|
|
# > this field is REQUIRED
|
2022-05-23 17:16:02 +02:00
|
|
|
public_url:
|
2022-08-19 22:15:28 +02:00
|
|
|
# The internal API authentication key.
|
|
|
|
# > this field is REQUIRED
|
2022-05-23 17:16:02 +02:00
|
|
|
api_key:
|
|
|
|
|
2022-08-19 22:15:28 +02:00
|
|
|
# List of origins allowed to access resources on the server, the public url
|
|
|
|
# origin is automatically included.
|
|
|
|
# > default is []
|
2022-05-23 17:12:40 +02:00
|
|
|
allowed_cors_origins: []
|
|
|
|
|
2022-08-19 22:15:28 +02:00
|
|
|
# How many hours ahead Playout should cache scheduled media files.
|
|
|
|
# > default is 1
|
2022-05-23 17:16:02 +02:00
|
|
|
cache_ahead_hours: 1
|
|
|
|
|
2022-08-19 22:15:28 +02:00
|
|
|
# Authentication adaptor to use for the legacy service, specify a class like
|
|
|
|
# LibreTime_Auth_Adaptor_FreeIpa to replace the built-in adaptor.
|
|
|
|
# > default is local
|
2022-05-23 17:16:02 +02:00
|
|
|
auth: local
|
|
|
|
|
2022-04-18 20:34:38 +02:00
|
|
|
storage:
|
2022-08-19 22:15:28 +02:00
|
|
|
# Path of the storage directory.
|
|
|
|
# > default is /srv/libretime
|
2022-04-18 20:34:38 +02:00
|
|
|
path: /srv/libretime
|
|
|
|
|
2022-05-23 17:16:02 +02:00
|
|
|
database:
|
2022-08-19 22:15:28 +02:00
|
|
|
# The hostname of the PostgreSQL server.
|
|
|
|
# > default is localhost
|
2022-05-23 17:16:02 +02:00
|
|
|
host: localhost
|
2022-08-19 22:15:28 +02:00
|
|
|
# The port of the PostgreSQL server.
|
|
|
|
# > default is 5432
|
2022-05-23 17:16:02 +02:00
|
|
|
port: 5432
|
2022-08-19 22:15:28 +02:00
|
|
|
# The name of the PostgreSQL database.
|
|
|
|
# > default is libretime
|
2022-05-23 17:16:02 +02:00
|
|
|
name: libretime
|
2022-08-19 22:15:28 +02:00
|
|
|
# The username of the PostgreSQL user.
|
|
|
|
# > default is libretime
|
2022-05-23 17:16:02 +02:00
|
|
|
user: libretime
|
2022-08-19 22:15:28 +02:00
|
|
|
# The password of the PostgreSQL user.
|
|
|
|
# > default is libretime
|
2022-05-23 17:16:02 +02:00
|
|
|
password: libretime
|
|
|
|
|
|
|
|
rabbitmq:
|
2022-08-19 22:15:28 +02:00
|
|
|
# The hostname of the RabbitMQ server.
|
|
|
|
# > default is localhost
|
2022-05-23 17:16:02 +02:00
|
|
|
host: localhost
|
2022-08-19 22:15:28 +02:00
|
|
|
# The port of the RabbitMQ server.
|
|
|
|
# > default is 5672
|
2022-05-23 17:16:02 +02:00
|
|
|
port: 5672
|
2022-08-19 22:15:28 +02:00
|
|
|
# The virtual host of RabbitMQ server.
|
|
|
|
# > default is /libretime
|
2022-05-23 17:16:02 +02:00
|
|
|
vhost: /libretime
|
2022-08-19 22:15:28 +02:00
|
|
|
# The username of the RabbitMQ user.
|
|
|
|
# > default is libretime
|
2022-05-23 17:16:02 +02:00
|
|
|
user: libretime
|
2022-08-19 22:15:28 +02:00
|
|
|
# The password of the RabbitMQ user.
|
|
|
|
# > default is libretime
|
2022-05-23 17:16:02 +02:00
|
|
|
password: libretime
|
|
|
|
|
|
|
|
playout:
|
2022-08-19 22:15:28 +02:00
|
|
|
# Liquidsoap connection host.
|
|
|
|
# > default is localhost
|
2022-05-23 17:16:02 +02:00
|
|
|
liquidsoap_host: localhost
|
2022-08-19 22:15:28 +02:00
|
|
|
# Liquidsoap connection port.
|
|
|
|
# > default is 1234
|
2022-05-23 17:16:02 +02:00
|
|
|
liquidsoap_port: 1234
|
|
|
|
|
2022-08-19 22:15:28 +02:00
|
|
|
# The format for recordings.
|
|
|
|
# > must be one of (ogg, mp3)
|
|
|
|
# > default is ogg
|
2022-05-23 17:16:02 +02:00
|
|
|
record_file_format: ogg
|
2022-08-19 22:15:28 +02:00
|
|
|
# The bitrate for recordings.
|
|
|
|
# > default is 256
|
2022-05-23 17:16:02 +02:00
|
|
|
record_bitrate: 256
|
2022-08-19 22:15:28 +02:00
|
|
|
# The samplerate for recordings.
|
|
|
|
# > default is 44100
|
2022-05-23 17:16:02 +02:00
|
|
|
record_samplerate: 44100
|
2022-08-19 22:15:28 +02:00
|
|
|
# The number of channels for recordings.
|
|
|
|
# > default is 2
|
2022-05-23 17:16:02 +02:00
|
|
|
record_channels: 2
|
2022-08-19 22:15:28 +02:00
|
|
|
# The sample size for recordings.
|
|
|
|
# > default is 16
|
2022-05-23 17:16:02 +02:00
|
|
|
record_sample_size: 16
|