Template config
This commit is contained in:
parent
573e8e3617
commit
a6ac787270
1 changed files with 15 additions and 0 deletions
15
src/beretta.json
Normal file
15
src/beretta.json
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
{
|
||||||
|
"repos": [
|
||||||
|
{
|
||||||
|
"owner": "golang",
|
||||||
|
"repo": "go"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"owner": "torvalds",
|
||||||
|
"repo": "linux"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"interval": 1200,
|
||||||
|
"ntfy_topic": "{{.TopicToken}}"
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue