diff --git a/config/sample-development.engine-core.ini b/config/sample-development.engine-core.ini
index 75e68eb7b28461e59a1a4afb5fae4829cf55f671..338398ce3f60f38fe5ed4eb92a61148123ce0ab5 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 ba74ff6ff062ef09de5d232d06dc6df718468eca..4fd8b657ced0c718e32eee3903e331b4cf96c505 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 75e68eb7b28461e59a1a4afb5fae4829cf55f671..338398ce3f60f38fe5ed4eb92a61148123ce0ab5 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."