From b2835c72a33fd1baa20fa137cf4c1953ca28e149 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Thu, 26 Oct 2023 12:36:51 +0200 Subject: Minor changes --- clusterman/config.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'clusterman/config.py') 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"] } } -- cgit v1.2.3