Explorar el Código

fix: add disallow examples to docker env

poeti8 hace 5 años
padre
commit
5c322a42a0
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  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