diff --git a/config.yml.sample b/config.yml.sample index cedbb4d..02386f6 100644 --- a/config.yml.sample +++ b/config.yml.sample @@ -1,4 +1,9 @@ server: port: 10230 -listens: [] +listens: + - http: + method: get + path: /t + headers: {} + script: /tmp/run.sh