add config.json.example file

This commit is contained in:
Nico Jensen 2023-10-30 02:19:27 +01:00
parent c9b691eeb4
commit de41ba861b

7
config.json.example Normal file
View File

@ -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
}