From c8e2abe22750a01e0cc179287acec2585c72984a Mon Sep 17 00:00:00 2001 From: Ryan Harg Date: Sat, 17 Feb 2024 20:53:41 +0100 Subject: [PATCH] Config file template --- config.json.template | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 config.json.template 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