Config file template

This commit is contained in:
Ryan Harg 2024-02-17 20:53:41 +01:00
parent d874f4bd5f
commit c8e2abe227

10
config.json.template Normal file
View file

@ -0,0 +1,10 @@
{
"accounts": [
{
"accountName": "example",
"github": "{githubUsername}/${githubRepoName}",
"mastodonInstance": "{example.com}",
"mastodonAccessToken": "{accessToken}"
}
]
}