summaryrefslogtreecommitdiff
path: root/examples/gos.json
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-02-26 15:37:29 +0200
committerPaul Buetow <paul@buetow.org>2025-02-26 15:37:29 +0200
commitad6785b77744ac5d2f29fd79553eb187aa6ae8ef (patch)
tree913cbbc5a139e0e507071c3e25b88d336c66a9c0 /examples/gos.json
parent547afd8c0921a7de16f0a5ce8b5d8d09bb2268c8 (diff)
rename config file here as well
Diffstat (limited to 'examples/gos.json')
-rw-r--r--examples/gos.json9
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"
+}