Skip to content

Commit 2f3858c

Browse files
committed
feat: change default server port from 3000 to 4000
1 parent 521b381 commit 2f3858c

File tree

1 file changed

+1
-1
lines changed
  • src/datapilot/core/knowledge

1 file changed

+1
-1
lines changed

src/datapilot/core/knowledge/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def cli():
1313

1414

1515
@cli.command()
16-
@click.option('--port', default=3000, help='Port to run the server on')
16+
@click.option('--port', default=4000, help='Port to run the server on')
1717
@click.pass_context
1818
def serve(ctx, port):
1919
"""Serve knowledge bases via HTTP server."""

0 commit comments

Comments
 (0)