-
-
Notifications
You must be signed in to change notification settings - Fork 339
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,6 +22,7 @@ services: | |
- DJANGO_SUPERUSER_USERNAME=admin # default superuser name | ||
- DJANGO_SUPERUSER_PASSWORD=password # default superuser password | ||
- [email protected] # 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 | ||
|