comparison 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
comparison
equal deleted inserted replaced
203:1e1467529854 204:5f188d2a36aa
1 # example .ini configuration format for autobot 1 # example .ini configuration format for autobot
2 2
3 [DEFAULT] 3 [:master:]
4 # top level values 4 # top level values
5 passwd = passwd 5 password = passwd
6 htmlport = 8010 6 htmlport = 8010
7 slaveport = 9010 7 slaveport = 9010
8 factories = logparser mozmill profilemanager 8 factories = logparser mozmill profilemanager
9 pollInterval = 30
9 10
10 [logparser] 11 [logparser]
11 12
12 [mozmill] 13 [mozmill]
13 git = http://github.com/k0s/mozmill.git#mytestbranch 14 git = http://github.com/k0s/mozmill.git#mytestbranch