Config file template
This commit is contained in:
parent
d874f4bd5f
commit
c8e2abe227
1 changed files with 10 additions and 0 deletions
10
config.json.template
Normal file
10
config.json.template
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"accounts": [
|
||||
{
|
||||
"accountName": "example",
|
||||
"github": "{githubUsername}/${githubRepoName}",
|
||||
"mastodonInstance": "{example.com}",
|
||||
"mastodonAccessToken": "{accessToken}"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue