Version 0.9.1

Datei 'scripts/config.conf' Zurück zur Übersicht
#
#
#

shdir="/etc/smartHome" #smart home directory
logdir="/var/log/smartHome/" #log files directory
gatewayAPI="http://localhost:8083/ZAutomation/api/v1/" #API of gateway

username="user" #username
password="password" #password

userNpassword="" #do not change anything here
if [ "$username" != "" -a "$password" != "" ]; then userNpassword=" -u ${username}:${password}"; fi #do not change anything here