diff --git a/config.json.template b/config.json.template new file mode 100644 index 0000000..aa9e277 --- /dev/null +++ b/config.json.template @@ -0,0 +1,10 @@ +{ + "accounts": [ + { + "accountName": "example", + "github": "{githubUsername}/${githubRepoName}", + "mastodonInstance": "{example.com}", + "mastodonAccessToken": "{accessToken}" + } + ] +} \ No newline at end of file