| Index: masters/master.client.dart/master.cfg
|
| diff --git a/masters/master.client.dart/master.cfg b/masters/master.client.dart/master.cfg
|
| index 919e9ff8d897fc61ad2b5ab07122c6480c499839..4830fcc755e66320e2adc1461d02667466cbc6d6 100644
|
| --- a/masters/master.client.dart/master.cfg
|
| +++ b/masters/master.client.dart/master.cfg
|
| @@ -43,7 +43,7 @@ GOOD_REVISIONS = ActiveMaster.is_production_host
|
| # a shorter alias to save typing.
|
| c = BuildmasterConfig = {}
|
|
|
| -config.DatabaseSetup(c, require_dbconfig=ActiveMaster.is_production_host)
|
| +config.DatabaseSetup(c)
|
|
|
| # 'slavePortnum' defines the TCP port to listen on. This must match the value
|
| # configured into the buildslaves (with their --master option)
|
|
|