From f5c119fdaf444fc0b1b59c1e07fd32a5f6ddf069 Mon Sep 17 00:00:00 2001 From: Linnnus Date: Tue, 1 Oct 2024 22:29:21 +0200 Subject: Initial commit --- examples/config.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 examples/config.json (limited to 'examples/config.json') diff --git a/examples/config.json b/examples/config.json new file mode 100644 index 0000000..6cbdade --- /dev/null +++ b/examples/config.json @@ -0,0 +1,20 @@ +{ + "secret_file": "./examples/secret.txt", + + "commands": [ + { + "event": "ping", + "command": "/bin/echo", + "args": [ + "Got ping event!!" + ] + }, + { + "event": "push", + "command": "/bin/echo", + "args": [ + "Got push event!!" + ] + } + ] +} -- cgit v1.2.3