Skip to content

Commit

Permalink
Changing default port
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbyt3r committed May 1, 2024
1 parent 4e0983b commit 05eaf0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sideboard/configspec.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 05eaf0a

Please sign in to comment.