Provided MAILMAN_DEFAULT_DOMAIN environment variable, rename example.com with the provided domain name. Fix a bug where if the default username exists carry on without creating the superuser. Reuse the SERVE_FROM_DOMAIN instead of new MAILMAN_FROM_DOMAIN variable to set the default Django SITE.
This commit is contained in:
@@ -110,7 +110,9 @@ mounted inside the containers.
|
||||
These are the settings that you MUST change before deploying:
|
||||
|
||||
- `SERVE_FROM_DOMAIN`: The domain name from which Django will be served. To be
|
||||
added to `ALLOWED_HOSTS` in django settings. Default value is not set.
|
||||
added to `ALLOWED_HOSTS` in django settings. Default value is not set. This
|
||||
also replaces Django's default `example.com` SITE and becomes the default SITE
|
||||
(with SITE_ID=1).
|
||||
|
||||
- `HYPERKITTY_API_KEY`: Hyperkitty's API Key, should be set to the same value as
|
||||
set for the mailman-core.
|
||||
|
||||
Reference in New Issue
Block a user