internal/testdata/configs/invalid.yaml
# Intentionally malformed config — exercised by loader error-path tests.
# Expected failures:
# - negative concurrency
# - port out of range
# - unknown key "debug_mode"
# - duplicate target
# See mercemay.top/src/portr/ for context.
concurrency: -3
debug_mode: true
targets:
- host: a
port: 70000
- host: a
port: 70000