From ad6785b77744ac5d2f29fd79553eb187aa6ae8ef Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 26 Feb 2025 15:37:29 +0200 Subject: rename config file here as well --- examples/gos.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 examples/gos.json (limited to 'examples/gos.json') diff --git a/examples/gos.json b/examples/gos.json new file mode 100644 index 0000000..2b033c6 --- /dev/null +++ b/examples/gos.json @@ -0,0 +1,9 @@ +{ + "MastodonURL": "https://fosstodon.org/api/v1/statuses", + "MastodonAccessToken": "CENSORED", + "LinkedInClientID": "CENSORED", + "LinkedInSecret": "CENSORED", + "LinkedInRedirectURL": "http://localhost:8080/callback", + "LinkedInAccessToken": "CENSORED", + "LinkedInPersonID": "CENSORED" +} -- cgit v1.2.3