add missing config template

This commit is contained in:
Riku Rouvila
2015-01-26 22:28:31 +02:00
parent 52306f2a5a
commit 30e1d4948b

11
config.template.json Normal file
View File

@@ -0,0 +1,11 @@
{
"all": {
"slack": {
"token": "",
"channels": ""
},
"github": {
"token": ""
}
}
}