Skip to content
Snippets Groups Projects
Commit 0f7439b6 authored by David Trattnig's avatar David Trattnig
Browse files

Changed default config values. #72

parent 29d591ca
No related branches found
No related tags found
No related merge requests found
......@@ -17,11 +17,11 @@ mail_server_port="587"
mail_user="aura@subsquare.at"
mail_pass="---SECRET--PASSWORD---"
# Set to "true" if you want to notify programme-coordinators about about fallback situations, otherwise "false"
mail_coordinator_enabled="true"
mail_coordinator_enabled="false"
# If you want to address multiple programme-coordinators separate their emails by space
coordinator_mail="programme-coordinator@your-radio.org"
# Set to "true" if you want to notify admins about incidents, otherwise "false"
mail_admin_enabled="true"
mail_admin_enabled="false"
# If you want to address multiple administrators separate their emails by space
admin_mail="david@subsquare.at"
# The FROM email address used when sending
......@@ -34,7 +34,7 @@ heartbeat_server = "127.0.0.1"
# Some UDP port
heartbeat_port = 43334
# Seconds how often the vitality of the Engine should be checked (0 = disabled)
heartbeat_frequency = 1
heartbeat_frequency = 0
[api]
## STEERING ##
......@@ -67,10 +67,11 @@ api_engine_store_health="http://localhost:8008/api/v1/source/health/${ENGINE_NUM
[scheduler]
# Base path as seen by "engine-core", not accessed by "engine"; this is required to construct the absolute audio file path (check "Audio Store" in the docs)
audio_source_folder="/var/audio/source"
# Either provide an absolute base path or a relative one starting in the `engine-core/src` directory. In case of `engine-core` running in docker use `/var/audio/source`
audio_source_folder="../audio/source"
audio_source_extension=".flac"
# Folder holding M3U Playlists to be scheduled in form of Engine Playlists
audio_playlist_folder="/var/audio/playlist"
# Folder holding M3U Playlists to be scheduled in form of Engine Playlists (similar as audio source folder above)
audio_playlist_folder="../audio/playlist"
# Offset in seconds how long it takes for Liquidsoap to actually execute a scheduler command; Crucial to keep things in sync
engine_latency_offset=0.5
# How often should the calendar be fetched in seconds. This determines the time of the last changes applied, before a specific show aired
......
......@@ -17,11 +17,11 @@ mail_server_port="587"
mail_user="aura@subsquare.at"
mail_pass="---SECRET--PASSWORD---"
# Set to "true" if you want to notify programme-coordinators about about fallback situations, otherwise "false"
mail_coordinator_enabled="true"
mail_coordinator_enabled="false"
# If you want to address multiple programme-coordinators separate their emails by space
coordinator_mail="programme-coordinator@your-radio.org"
# Set to "true" if you want to notify admins about incidents, otherwise "false"
mail_admin_enabled="true"
mail_admin_enabled="false"
# If you want to address multiple administrators separate their emails by space
admin_mail="admin@your-radio.org"
# The FROM email address used when sending
......@@ -34,7 +34,7 @@ heartbeat_server = "127.0.0.1"
# Some UDP port
heartbeat_port = 43334
# Seconds how often the vitality of the Engine should be checked (0 = disabled)
heartbeat_frequency = 1
heartbeat_frequency = 0
[api]
## STEERING ##
......@@ -67,9 +67,10 @@ api_engine_store_health="http://127.0.0.1:8008/api/v1/source/health/${ENGINE_NUM
[scheduler]
# Base path as seen by "engine-core", not accessed by "engine"; this is required to construct the absolute audio file path (check "Audio Store" in the docs)
# Either provide an absolute base path or a relative one starting in the `engine-core/src` directory. In case of `engine-core` running in docker use `/var/audio/source`
audio_source_folder="/var/audio/source"
audio_source_extension=".flac"
# Folder holding M3U Playlists to be scheduled in form of Engine Playlists
# Folder holding M3U Playlists to be scheduled in form of Engine Playlists (similar as audio source folder above)
audio_playlist_folder="/var/audio/playlist"
# Offset in seconds how long it takes for Liquidsoap to actually execute a scheduler command; Crucial to keep things in sync
engine_latency_offset=0.5
......
......@@ -17,11 +17,11 @@ mail_server_port="587"
mail_user="aura@subsquare.at"
mail_pass="---SECRET--PASSWORD---"
# Set to "true" if you want to notify programme-coordinators about about fallback situations, otherwise "false"
mail_coordinator_enabled="true"
mail_coordinator_enabled="false"
# If you want to address multiple programme-coordinators separate their emails by space
coordinator_mail="programme-coordinator@your-radio.org"
# Set to "true" if you want to notify admins about incidents, otherwise "false"
mail_admin_enabled="true"
mail_admin_enabled="false"
# If you want to address multiple administrators separate their emails by space
admin_mail="admin@your-radio.org"
# The FROM email address used when sending
......@@ -34,7 +34,7 @@ heartbeat_server = "127.0.0.1"
# Some UDP port
heartbeat_port = 43334
# Seconds how often the vitality of the Engine should be checked (0 = disabled)
heartbeat_frequency = 1
heartbeat_frequency = 0
[api]
## STEERING ##
......@@ -67,10 +67,11 @@ api_engine_store_health="http://localhost:8008/api/v1/source/health/${ENGINE_NUM
[scheduler]
# Base path as seen by "engine-core", not accessed by "engine"; this is required to construct the absolute audio file path (check "Audio Store" in the docs)
audio_source_folder="/var/audio/source"
# Either provide an absolute base path or a relative one starting in the `engine-core/src` directory. In case of `engine-core` running in docker use `/var/audio/source`
audio_source_folder="../audio/source"
audio_source_extension=".flac"
# Folder holding M3U Playlists to be scheduled in form of Engine Playlists
audio_playlist_folder="/var/audio/playlist"
# Folder holding M3U Playlists to be scheduled in form of Engine Playlists (similar as audio source folder above)
audio_playlist_folder="../audio/playlist"
# Offset in seconds how long it takes for Liquidsoap to actually execute a scheduler command; Crucial to keep things in sync
engine_latency_offset=0.5
# How often should the calendar be fetched in seconds. This determines the time of the last changes applied, before a specific show aired
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment