diff options
| author | Paul Buetow <paul@buetow.org> | 2025-02-26 15:37:29 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-02-26 15:37:29 +0200 |
| commit | ad6785b77744ac5d2f29fd79553eb187aa6ae8ef (patch) | |
| tree | 913cbbc5a139e0e507071c3e25b88d336c66a9c0 /examples/gos.json | |
| parent | 547afd8c0921a7de16f0a5ce8b5d8d09bb2268c8 (diff) | |
rename config file here as well
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" +} |
