Browse Source

Update plane1.ini.example

Changed the MASTODON config from 'Enable = TRUE' to 'ENABLE = FALSE', as this was throwing off my initial run of the program and could be a headache for other users too. Changing this also aligns it with the other services who are set to 'FALSE' in the example.
pull/116/head
Anthony Hernandez 2 years ago committed by GitHub
parent
commit
8f6be67e11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      configs/plane1.ini.example

2
configs/plane1.ini.example

@ -52,7 +52,7 @@ ROOM_ID = -100xxxxxxxxxx
BOT_TOKEN = xxxxxxxxxx:xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
[MASTODON]
ENABLE = TRUE
ENABLE = FALSE
ACCESS_TOKEN = mastodonaccesstoken
APP_URL = mastodonappurl

Loading…
Cancel
Save