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.
1 parent 521b381 commit 2f3858cCopy full SHA for 2f3858c
src/datapilot/core/knowledge/cli.py
@@ -13,7 +13,7 @@ def cli():
13
14
15
@cli.command()
16
-@click.option('--port', default=3000, help='Port to run the server on')
+@click.option('--port', default=4000, help='Port to run the server on')
17
@click.pass_context
18
def serve(ctx, port):
19
"""Serve knowledge bases via HTTP server."""
0 commit comments