From 05eaf0ad71cf3bc0b147e2492705b06d53453f22 Mon Sep 17 00:00:00 2001 From: Mark Murnane Date: Wed, 1 May 2024 19:28:37 -0400 Subject: [PATCH] Changing default port --- sideboard/configspec.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sideboard/configspec.ini b/sideboard/configspec.ini index 927176c..aee487f 100644 --- a/sideboard/configspec.ini +++ b/sideboard/configspec.ini @@ -119,8 +119,8 @@ profiling.aggregate = boolean(default=False) # See https://docs.python.org/3/library/profile.html#pstats.Stats.strip_dirs profiling.strip_dirs = boolean(default=False) -server.socket_host = string(default="127.0.0.1") -server.socket_port = integer(default=8282) +server.socket_host = string(default="0.0.0.0") +server.socket_port = integer(default=80) tools.reset_threadlocal.on = boolean(default=True)