diff example.ini @ 204:5f188d2a36aa

write how the .ini files work
author Jeff Hammel <jhammel@mozilla.com>
date Wed, 02 Feb 2011 18:17:07 -0800
parents bba97450cbc2
children 08f0e17367ce
line wrap: on
line diff
--- a/example.ini	Wed Feb 02 17:44:03 2011 -0800
+++ b/example.ini	Wed Feb 02 18:17:07 2011 -0800
@@ -1,11 +1,12 @@
 # example .ini configuration format for autobot
 
-[DEFAULT]
+[:master:]
 # top level values
-passwd = passwd
+password = passwd
 htmlport = 8010
 slaveport = 9010
 factories = logparser mozmill profilemanager
+pollInterval = 30
 
 [logparser]