cmd_serve now reads api_host from Config with a 127.0.0.1 safe default, matching the existing api_port pattern. --host/--port CLI flags still override. Local config is bumped to bind 0.0.0.0:8200. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
11 lines
239 B
YAML
11 lines
239 B
YAML
database: /opt/pipekit/pipekit.db
|
|
jrunner_path: /usr/local/bin/jrunner
|
|
driver_dir: /opt/pipekit/drivers/
|
|
api_host: 0.0.0.0
|
|
api_port: 8200
|
|
# smtp:
|
|
# host: smtp.example.com
|
|
# port: 587
|
|
# from: etl@example.com
|
|
# to: admin@example.com
|