From f6a31e6ed0b7eb430fc866bcfa080dccb2a140b0 Mon Sep 17 00:00:00 2001 From: anthonyp-cns <75483753+anthonyp-cns@users.noreply.github.com> Date: Wed, 19 Jun 2024 01:14:52 -0400 Subject: [PATCH] Update README.md adjusting system to security as shown later in the readme for consistency (#1488) Update README.md Updated readme changing system to security tag to make enabling logins easy to find / implement for new users via docker environment variable --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fe65de6c..3e4aaa3b 100644 --- a/README.md +++ b/README.md @@ -219,11 +219,11 @@ Environment variables are also supported and would override the settings file For example in the settings.yml you have ```yaml -system: +security: enableLogin: 'true' ``` -To have this via an environment variable you would have ``SYSTEM_ENABLELOGIN`` +To have this via an environment variable you would have ``SECURITY_ENABLELOGIN`` The Current list of settings is