comparison example.ini @ 39:98fa7d1a7b1d

add an example .ini file for configuration
author Jeff Hammel <jhammel@mozilla.com>
date Mon, 10 Jan 2011 09:38:40 -0800
parents
children 23a877bbb34d
comparison
equal deleted inserted replaced
38:f586e28ff3d7 39:98fa7d1a7b1d
1 # example .ini configuration format for buildbot
2
3 [DEFAULT]
4 passwd = passwd
5 htmlport = 8010
6 slaveport = 9010
7 factories = logparser mozmill profilemanager
8 enable_email_notification = True
9 email_extra_recipients = whoever@example.com
10
11 [logparser]
12
13 [mozmill]
14 bundle = http://
15
16 [profilemanager]