diff options
author | multiple creatures <dev@multiple-creature.party> | 2020-01-11 02:44:26 -0600 |
---|---|---|
committer | multiple creatures <dev@multiple-creature.party> | 2020-01-11 02:44:26 -0600 |
commit | 36a4bcb035eef56951b207ab9a5da0bdfd82d926 (patch) | |
tree | 62614f5b6d53ce33497d379e5185a3eb727bb0de | |
parent | ff67dbed2b2878ba0d8032bdde08e06bc0eead3e (diff) |
document `MONSTERFORK_API_FORCE_*` env vars
-rw-r--r-- | .env.production.sample | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/.env.production.sample b/.env.production.sample index 9c9d2168f..1649f6dd6 100644 --- a/.env.production.sample +++ b/.env.production.sample @@ -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' |