####### WEB INTERFACE
-# c['www'] = dict(port=8010,
-# plugins=dict(waterfall_view={}, console_view={}, grid_view={}))
c['www'] = {
'auth': util.RemoteUserAuth(
# override default which requires an email address with @
],
stringsMatcher=util.fnmatchStrMatcher
),
+ 'plugins': dict(waterfall_view={}, console_view={}, grid_view={}),
'port' : 8010,
'ws_ping_interval': 30
}
####### DB URL
c['db'] = {
- 'db_url' : "sqlite:///state.sqlite"
+ # 'db_url' : "sqlite:///state.sqlite"
+ 'db_url' : util.Interpolate("postgresql://buildbot:%(secret:database.pass)s@127.0.0.1/buildbot")
}