Rev 753 | Details | Compare with Previous | Last modification | View Log | SVN | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 753 | arune | 1 | #File is included from TimeMacroLog.pl, should be used as user settings |
| 2 | #rename to settings.pl |
||
| 3 | |||
| 4 | # Host and port where the canDaemon exist |
||
| 5 | $host = "sulfa.csbnet.se"; |
||
| 6 | $port = 1200; |
||
| 7 | |||
| 8 | # DokuWiki server |
||
| 9 | $wiki = "http://projekt.auml.se"; |
||
| 10 | # Namespace for CANstats |
||
| 11 | $namespace = "homeautomation:livestats"; |
||
| 12 | # Pagename for your stats (the name of the CAN network) |
||
| 13 | $pagename = "arune"; |
||
| 14 | |||
| 15 |