From 42b57f658a3cf3a491994b8b9a6c1636dc68da16 Mon Sep 17 00:00:00 2001
From: David Trattnig <david.trattnig@o94.at>
Date: Fri, 19 Feb 2021 12:56:34 +0100
Subject: [PATCH] Updated template configs. #72

---
 config/sample-development.engine-core.ini | 15 ++++++---------
 config/sample-docker.engine-core.ini      | 15 ++++++---------
 config/sample-production.engine-core.ini  | 15 ++++++---------
 3 files changed, 18 insertions(+), 27 deletions(-)

diff --git a/config/sample-development.engine-core.ini b/config/sample-development.engine-core.ini
index 75e68eb..338398c 100644
--- a/config/sample-development.engine-core.ini
+++ b/config/sample-development.engine-core.ini
@@ -4,7 +4,7 @@
 # Note: Paths are relative to the 'src' folder
 
 [general]
-# Filesocket to control engine-core externally (e.g. by 'engine')
+# File Socket to control engine-core externally (e.g. by 'engine')
 socketdir="../socket"
 # Host and port of the engine backchannel (Network Socket for e.g. sending track service updates)
 engine_control_host="localhost:1337"
@@ -12,24 +12,21 @@ engine_control_host="localhost:1337"
 logdir="../logs"
 # Possible values: debug, info, warning, error, critical
 loglevel="info"
-# The user and group under which the daemon starts it (optional)
-daemongroup="engineuser"
-daemonuser="engineuser"
 # Allow Liquidsoap to run as root (required for Docker)
 liquidsoap_as_root="false"
 
 [audio]
 # This is the folder where fallback playlists are read from (optional)
-audio_playlist_folder="/var/audio/playlist"
+audio_playlist_folder="../audio/playlist"
 # Sets the time how long we have to fade in and out, when we select another mixer input values are in seconds
-fade_in_time="0.5"
-fade_out_time="2.5"
+fade_in_time="1.5"
+fade_out_time="1.5"
 # A playlist holding music for Station Fallbacks (optional)
 fallback_music_playlist= "station-fallback-playlist.m3u"
 # A folder holding music for Station Fallbacks (optional)
-fallback_music_folder="/var/audio/station"
+fallback_music_folder="../audio/station"
 # The time in seconds how often the folder should be re-scanned
-# Do not reload to often when using large folders
+# Do not reload too often when using large folders
 fallback_music_folder_reload="300"
 # Maximum time of blank from source (defaults to 20., seconds, float)
 fallback_max_blank="15."
diff --git a/config/sample-docker.engine-core.ini b/config/sample-docker.engine-core.ini
index ba74ff6..4fd8b65 100644
--- a/config/sample-docker.engine-core.ini
+++ b/config/sample-docker.engine-core.ini
@@ -4,7 +4,7 @@
 # Note: Paths are relative to the 'src' folder
 
 [general]
-# Filesocket to control engine-core externally (e.g. by 'engine')
+# File Socket to control engine-core externally (e.g. by 'engine')
 socketdir="../socket"
 # Host and port of the engine backchannel (Network Socket for e.g. sending track service updates)
 engine_control_host="0.0.0.0:1337"
@@ -12,24 +12,21 @@ engine_control_host="0.0.0.0:1337"
 logdir="../logs"
 # Possible values: debug, info, warning, error, critical
 loglevel="info"
-# The user and group under which the daemon starts it (optional)
-daemongroup="engineuser"
-daemonuser="engineuser"
 # Allow Liquidsoap to run as root (required for Docker)
 liquidsoap_as_root="true"
 
 [audio]
 # This is the folder where fallback playlists are read from (optional)
-audio_playlist_folder="/var/audio/playlist"
+audio_playlist_folder="../audio/playlist"
 # Sets the time how long we have to fade in and out, when we select another mixer input values are in seconds
-fade_in_time="0.5"
-fade_out_time="2.5"
+fade_in_time="1.5"
+fade_out_time="1.5"
 # A playlist holding music for Station Fallbacks (optional)
 fallback_music_playlist= "station-fallback-playlist.m3u"
 # A folder holding music for Station Fallbacks (optional)
-fallback_music_folder="/var/audio/station"
+fallback_music_folder="../audio/station"
 # The time in seconds how often the folder should be re-scanned
-# Do not reload to often when using large folders
+# Do not reload too often when using large folders
 fallback_music_folder_reload="300"
 # Maximum time of blank from source (defaults to 20., seconds, float)
 fallback_max_blank="15."
diff --git a/config/sample-production.engine-core.ini b/config/sample-production.engine-core.ini
index 75e68eb..338398c 100644
--- a/config/sample-production.engine-core.ini
+++ b/config/sample-production.engine-core.ini
@@ -4,7 +4,7 @@
 # Note: Paths are relative to the 'src' folder
 
 [general]
-# Filesocket to control engine-core externally (e.g. by 'engine')
+# File Socket to control engine-core externally (e.g. by 'engine')
 socketdir="../socket"
 # Host and port of the engine backchannel (Network Socket for e.g. sending track service updates)
 engine_control_host="localhost:1337"
@@ -12,24 +12,21 @@ engine_control_host="localhost:1337"
 logdir="../logs"
 # Possible values: debug, info, warning, error, critical
 loglevel="info"
-# The user and group under which the daemon starts it (optional)
-daemongroup="engineuser"
-daemonuser="engineuser"
 # Allow Liquidsoap to run as root (required for Docker)
 liquidsoap_as_root="false"
 
 [audio]
 # This is the folder where fallback playlists are read from (optional)
-audio_playlist_folder="/var/audio/playlist"
+audio_playlist_folder="../audio/playlist"
 # Sets the time how long we have to fade in and out, when we select another mixer input values are in seconds
-fade_in_time="0.5"
-fade_out_time="2.5"
+fade_in_time="1.5"
+fade_out_time="1.5"
 # A playlist holding music for Station Fallbacks (optional)
 fallback_music_playlist= "station-fallback-playlist.m3u"
 # A folder holding music for Station Fallbacks (optional)
-fallback_music_folder="/var/audio/station"
+fallback_music_folder="../audio/station"
 # The time in seconds how often the folder should be re-scanned
-# Do not reload to often when using large folders
+# Do not reload too often when using large folders
 fallback_music_folder_reload="300"
 # Maximum time of blank from source (defaults to 20., seconds, float)
 fallback_max_blank="15."
-- 
GitLab