pipekit/config.yaml
Paul Trowbridge c205b48be2 Honor api_host in config.yaml; ignore .venv/ created by deploy.sh.
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>
2026-04-23 00:33:56 -04:00

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