Add example config

This commit is contained in:
Lamp 2018-10-16 17:17:41 -07:00 committed by GitHub
parent 58cffcb448
commit df77b55ae7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

8
opt/vtm/config.json Normal file

@ -0,0 +1,8 @@
{
"webhook": {
"id": "paste_id_here",
"token": "paste_token_here"
},
"interval": 5000,
"capture_console_only": true
}