Skip to content

Commit a665f92

Browse files
committed
add MAX_USERS commented line to env.example
1 parent e5a21ed commit a665f92

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.env.example

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ SERVER_PORT=8000
33
SERVER_PROTOCOL="http"
44
SYSTEM_APPS_REPO="https://github.com/tronbyt/apps.git"
55
PRODUCTION=1
6-
LOG_LEVEL=WARNING
6+
LOG_LEVEL=WARNING
7+
#MAX_USERS=100 # Default is 100

0 commit comments

Comments
 (0)