From 7272af91f244ba8df87f5f35ae95c78e426bce70 Mon Sep 17 00:00:00 2001 From: CJ Cobb <46455409+cjcobb23@users.noreply.github.com> Date: Tue, 22 Mar 2022 15:53:37 -0700 Subject: [PATCH] change port in example config to 51233 (#131) --- example-config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example-config.json b/example-config.json index 6879c2e5b..1f0d9dcfb 100644 --- a/example-config.json +++ b/example-config.json @@ -27,7 +27,7 @@ }, "server":{ "ip":"0.0.0.0", - "port":8080 + "port":51233 }, "log_level":"debug", "log_file":"./clio.log",