We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
49344
0xc0c0
1 parent 88c2a52 commit 3db180fCopy full SHA for 3db180f
python/cocoindex/setting.py
@@ -47,7 +47,7 @@ class ServerSettings:
47
"""Settings for the cocoindex server."""
48
49
# The address to bind the server to.
50
- address: str = "127.0.0.1:9876"
+ address: str = "127.0.0.1:49344"
51
52
# The origins of the clients (e.g. CocoInsight UI) to allow CORS from.
53
cors_origins: list[str] | None = None
0 commit comments