diff options
| author | Paul Buetow <paul@buetow.org> | 2024-10-10 19:20:39 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-10-10 19:20:39 +0300 |
| commit | 319cb31fd5fc5b86eb46e2090fb45425243b908c (patch) | |
| tree | 14a503cd7f78fe8494bdec678f6f80d1ee812431 /examples | |
| parent | 2f006df7a6aff97bb69bb2b6ffd607890863ebf9 (diff) | |
add example gosec.json
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/gosec.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/gosec.json b/examples/gosec.json new file mode 100644 index 0000000..2b033c6 --- /dev/null +++ b/examples/gosec.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" +} |
