Skip to content

Commit 5c322a4

Browse files
committed
fix: add disallow examples to docker env
1 parent 9333bde commit 5c322a4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.docker.env

+6
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@ REDIS_HOST=redis
2929
REDIS_PORT=6379
3030
REDIS_PASSWORD=
3131

32+
# Disable registration
33+
DISALLOW_REGISTRATION=false
34+
35+
# Disable anonymous link creation
36+
DISALLOW_ANONYMOUS_LINKS=false
37+
3238
# The daily limit for each user
3339
USER_LIMIT_PER_DAY=50
3440

0 commit comments

Comments
 (0)