Add cluster_mode to the master config

This commit is contained in:
Thomas S Hatch 2011-03-27 22:06:12 -06:00
parent 0aebb9108c
commit 88d80e0184

View File

@ -72,6 +72,7 @@ def master_config(path):
'log_level': 'WARNING',
'out_level': 'ERROR',
'cluster_masters': [],
'cluster_mode': 'parinoid',
}
if os.path.isfile(path):