From 35cc9a069527779ed9b53e844a7ecc2a396c250c Mon Sep 17 00:00:00 2001 From: Raine Date: Sun, 15 Oct 2023 18:06:28 +0200 Subject: [PATCH] feat: config is now for master node --- domo_node/config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domo_node/config.toml b/domo_node/config.toml index 17c2b2a..56bd5b1 100644 --- a/domo_node/config.toml +++ b/domo_node/config.toml @@ -1,2 +1,2 @@ -[node.type.relay] -master_address = "0.0.0.0:2000" \ No newline at end of file +[node] +device_id = "000000ff" \ No newline at end of file