Comment fixed

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@960 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2011-07-26 14:00:09 +00:00
parent 25af884faf
commit 91f6eec0f8

View File

@@ -3,7 +3,7 @@
# #
attr global logfile /tmp/fhem-%Y-%m.log attr global logfile /tmp/fhem-%Y-%m.log
attr global modpath . # where our FHEM directory is attr global modpath . # where our FHEM directory is
attr global port 7072 global # our TCP/IP port (localhost only) attr global port 7072 global # our TCP/IP port
attr global statefile /tmp/fhem.save # where to save the state of the devices attr global statefile /tmp/fhem.save # where to save the state of the devices
attr global verbose 3 # "normal" verbosity (min 1, max 5) attr global verbose 3 # "normal" verbosity (min 1, max 5)