From 8278b96b0f8746759b1eaab6d6a49e63722d878e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=93=D1=80=D0=B8=D0=B3=D0=BE=D1=80=D0=B8=D0=B9=20=D0=A1?= =?UTF-8?q?=D0=B0=D1=84=D1=80=D0=BE=D0=BD=D0=BE=D0=B2?= Date: Tue, 1 Jul 2025 19:43:23 +0000 Subject: [PATCH] Delete futriix.config.toml --- futriix.config.toml | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 futriix.config.toml diff --git a/futriix.config.toml b/futriix.config.toml deleted file mode 100644 index 89bf158..0000000 --- a/futriix.config.toml +++ /dev/null @@ -1,13 +0,0 @@ -[server] -ip = "127.0.0.1" -port = 8080 -log_path = "futriix.log" - -[client] -ip = "127.0.0.1" -port = 8080 - -[replication] -enabled = false -peer_nodes = ["127.0.0.1:8081"] -sync_interval = 1000