From 3992121b71effb89623c019553361554f2fd3713 Mon Sep 17 00:00:00 2001 From: Rafi Date: Tue, 21 Mar 2023 10:20:08 +0800 Subject: [PATCH] update: docker-compose.yml --- docker-compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-compose.yml b/docker-compose.yml index 0fd1d70..6c07f4e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -22,6 +22,7 @@ services: - DJANGO_SUPERUSER_USERNAME=admin # default superuser name - DJANGO_SUPERUSER_PASSWORD=password # default superuser password - DJANGO_SUPERUSER_EMAIL=admin@example.com # default superuser email + - ACCOUNT_EMAIL_VERIFICATION=${ACCOUNT_EMAIL_VERIFICATION:-none} # Determines the e-mail verification method during signup – choose one of "none", "optional", or "mandatory". Default is "optional". If you don't need to verify the email, you can set it to "none". # If you want to use the email verification function, you need to configure the following parameters # - EMAIL_HOST=SMTP server address # - EMAIL_PORT=SMTP server port