Skip to content

Commit 3db180f

Browse files
committed
chore: change port to 49344 (0xc0c0)
1 parent 88c2a52 commit 3db180f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/cocoindex/setting.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class ServerSettings:
4747
"""Settings for the cocoindex server."""
4848

4949
# The address to bind the server to.
50-
address: str = "127.0.0.1:9876"
50+
address: str = "127.0.0.1:49344"
5151

5252
# The origins of the clients (e.g. CocoInsight UI) to allow CORS from.
5353
cors_origins: list[str] | None = None

0 commit comments

Comments
 (0)