From de41ba861ba85b545dfecf151651d5a7dbf31e55 Mon Sep 17 00:00:00 2001 From: Nico Jensen Date: Mon, 30 Oct 2023 02:19:27 +0100 Subject: [PATCH] add config.json.example file --- 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..a17dda2 --- /dev/null +++ b/config.json.example @@ -0,0 +1,7 @@ +{ + "server_url": "URL TO YOUR PIXELFED", + "access_token": "YOUR ACCESS TOKEN", + "image_path": "PATH TO YOUR IMAGES", + "upload_type": 0|1, + "delete_file": true|false +} \ No newline at end of file