Parcourir la source

fix: add disallow examples to docker env

poeti8 il y a 5 ans
Parent
commit
5c322a42a0
1 fichiers modifiés avec 6 ajouts et 0 suppressions
  1. 6 0
      .docker.env

+ 6 - 0
.docker.env

@@ -29,6 +29,12 @@ REDIS_HOST=redis
 REDIS_PORT=6379
 REDIS_PASSWORD=
 
+# Disable registration
+DISALLOW_REGISTRATION=false
+
+# Disable anonymous link creation
+DISALLOW_ANONYMOUS_LINKS=false
+
 # The daily limit for each user
 USER_LIMIT_PER_DAY=50