123456789101112131415161718192021222324252627 |
- #pins
- pin.data=2;
- pin.clk = 3;
- pin.ack= 4;
- #cache
- #en secondes
- cache.flush_interval = 86400; # 1 journee
- cache.file="/tmp/compteur_elec.cache";
- #Samba mount
- mount=1;
- mount.ip="192.168.1.2";
- mount.src="//192.168.1.2/Partage coloc/fanch/compteur";
- mount.dst="/media/samba";
- mount.username="re";
- mount.password="mi";
- #storage
- storage.location="/media/test";
- storage.data="data";
- storage.years="years";
- storage.monthes="monthes";
- storage.days="days";
- misc.pidfile="/tmp/compteur_elec.pid";
|