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 +++++++++ examples/gosec.json | 9 --------- 2 files changed, 9 insertions(+), 9 deletions(-) create mode 100644 examples/gos.json delete mode 100644 examples/gosec.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" +} diff --git a/examples/gosec.json b/examples/gosec.json deleted file mode 100644 index 2b033c6..0000000 --- a/examples/gosec.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "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