Create a superuser if environment variables are defined. (#93)

Create a superuser if environment variables are defined.
This commit is contained in:
Abhilash Raj
2017-07-26 03:23:00 -07:00
committed by GitHub
parent 2af47047bc
commit 77b260a2ac
3 changed files with 19 additions and 0 deletions

View File

@@ -115,6 +115,10 @@ These are the settings that you MUST change before deploying:
- `HYPERKITTY_API_KEY`: Hyperkitty's API Key, should be set to the same value as
set for the mailman-core.
- `MAILMAN_ADMIN_USER`: The username for the admin user to be created by default.
- `MAILMAN_ADMIN_EMAIL`: The email for the admin user to be created by default.
For more details on how to configure this image, please look at [Mailman-web's
Readme](web/README.md)