diff options
Diffstat (limited to 'example_project')
| -rw-r--r-- | example_project/settings.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/example_project/settings.py b/example_project/settings.py index 9351a73..f46b653 100644 --- a/example_project/settings.py +++ b/example_project/settings.py @@ -44,6 +44,11 @@ DEBUG = True ALLOWED_HOSTS = [] +# Mailman API credentials +MAILMAN_REST_API_URL = 'http://localhost:8001' +MAILMAN_REST_API_USER = 'restadmin' +MAILMAN_REST_API_PASS = 'restpass' + # Set this to the name the mailman_pgp plugin has in your Mailman Core config. # [plugin.<MAILMAN_PGP_PLUGIN_NAME>] MAILMAN_PGP_PLUGIN_NAME = 'pgp' |
