diff options
Diffstat (limited to 'examples/gos.json')
| -rw-r--r-- | examples/gos.json | 9 |
1 files changed, 9 insertions, 0 deletions
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" +} |
