diff options
| author | J08nY | 2017-08-11 17:03:01 +0200 |
|---|---|---|
| committer | J08nY | 2017-08-11 17:03:01 +0200 |
| commit | 97164ec9209dc951c04a408eb2510319ebb7a41d (patch) | |
| tree | 236ac1af3754274c29d61010ca55bf0c1ce17675 /example_project | |
| parent | 874812298c1e29ff57a9929a91368914b2a0cf44 (diff) | |
| download | django-pgpmailman-97164ec9209dc951c04a408eb2510319ebb7a41d.tar.gz django-pgpmailman-97164ec9209dc951c04a408eb2510319ebb7a41d.tar.zst django-pgpmailman-97164ec9209dc951c04a408eb2510319ebb7a41d.zip | |
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' |
