document `MONSTERFORK_API_FORCE_*` env vars

master
multiple creatures 2020-01-11 02:44:26 -06:00
parent ff67dbed2b
commit 36a4bcb035
1 changed files with 7 additions and 1 deletions

View File

@ -153,7 +153,7 @@ STREAMING_CLUSTER_NUM=1
# If you use Docker, you may want to assign UID/GID manually.
# UID=1000
# GID=1000
# Maximum allowed character count
# MAX_TOOT_CHARS=500
@ -255,3 +255,9 @@ STREAMING_CLUSTER_NUM=1
# http_proxy=http://gateway.local:8118
# Access control for hidden service.
# ALLOW_ACCESS_TO_HIDDEN_SERVICE=true
# force monsterfork api exposure settings per app name
# adjust if monsterfork extensions cause users' apps to break
MONSTERFORK_API_FORCE_VANILLA='toot'
MONSTERFORK_API_FORCE_BASIC='subwaytooter subway_tooter'
MONSTERFORK_API_FORCE_FULL='web'