From fc9c5265b4c07da39ababd85c7d2163f8cc52699 Mon Sep 17 00:00:00 2001 From: hfte Date: Sat, 16 May 2020 18:19:31 +0200 Subject: [PATCH] update example config.json --- config.json.example | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/config.json.example b/config.json.example index ec076ad..694ac5f 100644 --- a/config.json.example +++ b/config.json.example @@ -1,5 +1,14 @@ { + "bridges": [ + { "facebook_page": "", "mastodon_access_token": "", "mastodon_api_base_url": "" + }, + { + "facebook_page": "", + "mastodon_access_token": "", + "mastodon_api_base_url": "" + } + ] }