Browse Source

fix: add disallow examples to docker env

poeti8 5 năm trước cách đây
mục cha
commit
5c322a42a0
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  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