libretime / config.yml.template
xTHExBEASTx's picture
Upload 5 files
df3ac6b verified
general:
public_url: http://localhost:7860
api_key: changeme_api_key
secret_key: changeme_secret_key
allowed_cors_origins: []
timezone: UTC
cache_ahead_hours: 1
auth: local
storage:
path: /srv/libretime
database:
host: localhost
port: 5432
name: libretime
user: libretime
password: libretime
rabbitmq:
host: localhost
port: 5672
vhost: /libretime
user: libretime
password: libretime
email:
from_address: no-reply@localhost
host: localhost
port: 25
encryption:
user: ""
password: ""
timeout: 30
playout:
liquidsoap_host: localhost
liquidsoap_port: 1234
record_file_format: ogg
record_bitrate: 256
record_samplerate: 44100
record_channels: 2
record_sample_size: 16
liquidsoap:
server_listen_address: 0.0.0.0
server_listen_port: 1234
harbor_listen_address: ["0.0.0.0"]
stream:
inputs:
main:
mount: main
port: 8001
secure: false
show:
mount: show
port: 8002
secure: false
outputs:
icecast:
- host: localhost
port: 8000
source_password: hackme
admin_password: hackme
mount: main
public_url: http://localhost:8000/main
audio:
format: ogg
bitrate: 256
name: LibreTime!
description: LibreTime Radio!
website: https://libretime.org
genre: various
enabled: true