summaryrefslogtreecommitdiff
path: root/clusterman/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'clusterman/config.py')
-rw-r--r--clusterman/config.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/clusterman/config.py b/clusterman/config.py
index fefd753..72a8b2b 100644
--- a/clusterman/config.py
+++ b/clusterman/config.py
@@ -8,6 +8,11 @@ class Config:
DEFAULT_CONFIG = {
"paths": {
"nodes": os.path.join(CONF_DIR,"nodeslist.json")
+ },
+ "cluster": {
+ "ip4_from": "10.128.0.133",
+ "ip4_to": "10.128.0.140",
+ "ip4_ignore": ["10.0.0.5", "10.0.0.1"]
}
}