summaryrefslogtreecommitdiff
path: root/clusterman/config.py
diff options
context:
space:
mode:
authorLoic Guegan <loic.guegan@mailbox.org>2023-10-26 12:36:51 +0200
committerLoic Guegan <loic.guegan@mailbox.org>2023-10-26 12:36:51 +0200
commitb2835c72a33fd1baa20fa137cf4c1953ca28e149 (patch)
tree3d69bb6c5c98035ea7a6e781d8c6814eff1652ce /clusterman/config.py
parent77ea2f3ee6968d25a2e63e8c78c6bb53ff8a6d00 (diff)
Minor changes
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"]
}
}