- corpus_check_with_base(): accepts explicit base directory - corpus_check(): still defaults to /opt/substrate/corpus - Improved corpus test with actual Allowed/Denied assertions - Updated bascule-dev.toml with [gsap] section and shell_command Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
20 lines
527 B
TOML
20 lines
527 B
TOML
# Bascule dev configuration — permissive auth for local development.
|
|
# Run: bascule --config config/bascule-dev.toml
|
|
|
|
listen_addr = "127.0.0.1:2223"
|
|
ca_key_path = "/dev/null"
|
|
host_key_path = "/dev/null"
|
|
dispatch_mode = "direct"
|
|
auth_mode = "permissive"
|
|
shell_command = "/home/tking/.local/bin/gsh"
|
|
|
|
[elevation]
|
|
operator_ttl_secs = 3600
|
|
admin_ttl_secs = 1800
|
|
emergency_ttl_secs = 900
|
|
|
|
[gsap]
|
|
# broker_url = "http://localhost:8091"
|
|
# token = ""
|
|
default_corpus_cid = "sha256:dev-jumphost"
|
|
default_accord_template = "shell-exec"
|