From 84977f858122fe54d03a6e5acb5e9074ec4b0ff9 Mon Sep 17 00:00:00 2001 From: C4illin Date: Wed, 29 May 2024 12:04:07 +0200 Subject: [PATCH] make it more clear --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2224577..51922c2 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ services: ports: - "3000:3000" environment: # Defaults are listed below - - ACCOUNT_REGISTRATION=false # true or false, you can register the first account even though this is disabled + - ACCOUNT_REGISTRATION=false # true or false, doesn't matter for the first account (e.g. keep this to false if you only want one account) - JWT_SECRET=aLongAndSecretStringUsedToSignTheJSONWebToken1234 - HTTP_ALLOWED=false # setting this to true is unsafe, only set this to true locally volumes: