From 88202cb6068a240dccac3799e0836943a2160337 Mon Sep 17 00:00:00 2001 From: Tobias Weiss Date: Thu, 21 Sep 2017 03:25:33 +0200 Subject: [PATCH] minor config changes --- data/Labcontrol.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/data/Labcontrol.conf b/data/Labcontrol.conf index 9561019..faabc23 100755 --- a/data/Labcontrol.conf +++ b/data/Labcontrol.conf @@ -23,7 +23,7 @@ default_receipt_index=0 # The URL address of your lab's ORSEE orsee_url=http://yourORSEEserver.tld # URLs to available webcams -webcams="http://user:pass@webcam_left|http://user:pass@webcam_right" +webcams=http://user:pass@webcam_left|http://user:pass@webcam_right # Display names for the webcams webcam_names="Webcam right|Webcam left" @@ -49,7 +49,8 @@ netstat_command=/bin/netstat # The command used to kill 'zleaf.exe' instances (part of the 'psmisc' package) killall_command=/usr/bin/killall # Where all Labcontrol data got installed -labcontrol_installation_directory=/usr/local/share/labcontrol +labcontrol_installation_directory=/usr/local/share/labcontrol #DOTO: REMOVE WHEN NOT NEEDED ANYMORE (AFTER 2.1.4 MIRGRATION +labcontrol_data_directory=/usr/local/share/labcontrol # Path to your latex binary latex_command=/usr/bin/latex # Path to your dvips binary