From ea4010353849aade08345963205a418c279034a8 Mon Sep 17 00:00:00 2001 From: Falko Zurell Date: Fri, 17 Jan 2025 15:39:57 +0100 Subject: [PATCH] Create config.json.example --- config.json.example | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 config.json.example diff --git a/config.json.example b/config.json.example new file mode 100644 index 0000000..8cb64a6 --- /dev/null +++ b/config.json.example @@ -0,0 +1,7 @@ +{ + "pixelfed_url": "https://pixelfed.example.com", + # See https://docs.pixelfed.org/running-pixelfed/installation.html#setting-up-services + "access_token": "sdg;lkjrglksjh;lkshj;lksjthrst;hoijrt;ihj;sithj;itjh", + "visibility": "unlisted", + "default_text": "Instagram dump from @title@ @batch@ #instabackup #instaimport #instaexit" +}