From a78a1a42e7efaff67bd037acb0401404c12d2593 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sun, 23 May 2021 10:33:34 +0200 Subject: [PATCH] Typo --- conf/.env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/.env b/conf/.env index 3aa1046..179fc22 100644 --- a/conf/.env +++ b/conf/.env @@ -68,7 +68,7 @@ APP_DEFAULT_LOCALE=__LANGUAGE__ # Ability to disable signups on your instance. # Can be true or false. Default to false. -APP_DISABLE_SIGNUP=__SIGN_BOLEAN__ +APP_DISABLE_SIGNUP=__SIGN_BOOLEAN__ # Enable user email verification. APP_SIGNUP_DOUBLE_OPTIN=false @@ -135,7 +135,7 @@ AWS_SERVER= MFA_ENABLED=__TWOF_BOOLEAN__ # Enable DAV support -DAV_ENABLED=__DAV_BOLEAN__ +DAV_ENABLED=__DAV_BOOLEAN__ # CLIENT ID and SECRET used for OAuth authentication PASSPORT_PERSONAL_ACCESS_CLIENT_ID=__IDENTITY__