From 160b0eb2cf5904189651ce2747a082de34c44985 Mon Sep 17 00:00:00 2001 From: Moritz Date: Wed, 11 Jun 2025 14:48:43 +0200 Subject: [PATCH] fix: remove full env name "ADMIN_INTERFACE_ENABLED" from comment to allow autouncomment --- .env.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.sample b/.env.sample index 5f449fb..9e74232 100644 --- a/.env.sample +++ b/.env.sample @@ -33,7 +33,7 @@ ALLOW_PUBLIC_ROOMS_FEDERATION=false ENABLE_REGISTRATION=false PASSWORD_LOGIN_ENABLED=true -# Token based registration. Enable ADMIN_INTERFACE_ENABLED=1 (below) to use the admin interface to generate tokens. +# Token based registration. Enable ADMIN_INTERFACE (below) to use the admin interface to generate tokens. #REGISTRATION_REQUIRES_TOKEN=true ## Room auto-join