about summary refs log tree commit diff
path: root/.env.production.sample
diff options
context:
space:
mode:
Diffstat (limited to '.env.production.sample')
-rw-r--r--.env.production.sample8
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'