fabro/docker/demo-settings.toml
Bryan Helmkamp 6d94f93e44 refactor(config): unify machine config as settings.toml
Consolidate CLI and server machine defaults under settings.toml,
including loader renames, writer preservation fixes, same-machine
manifest handling, and docs/test updates for the new config model.
2026-04-05 23:55:28 -04:00

19 lines
336 B
TOML

[api]
base_url = "http://api:3000"
[features]
session_sandboxes = false
[checkpoint]
exclude_globs = [
"**/node_modules/**",
"**/.pnpm-store/**",
"**/.npm/**",
"**/.cache/**",
"**/playwright-report/**",
"**/test-results/**",
"**/.cargo-target*/**",
"**/.cargo_target*/**",
"**/.wasm-pack/**",
"**/.tmpbuild/**",
]