diff options
| author | Aurélien Bompard | 2016-01-18 18:25:03 +0100 |
|---|---|---|
| committer | Aurélien Bompard | 2016-08-18 10:28:26 +0200 |
| commit | a8f2fc64c683420f40bac1b4c5d551305a0e0ecc (patch) | |
| tree | 316b471bd753b7382468b56336995ec7ae0d6888 /src/mailman/testing | |
| parent | 783603ed668e9e50b1b798579fbfa7b6ff49f98c (diff) | |
| download | mailman-a8f2fc64c683420f40bac1b4c5d551305a0e0ecc.tar.gz mailman-a8f2fc64c683420f40bac1b4c5d551305a0e0ecc.tar.zst mailman-a8f2fc64c683420f40bac1b4c5d551305a0e0ecc.zip | |
Don't show the disabled archivers in the REST API
Because one can't add a configuration overlay to the running REST server
in testing mode, the prototype archiver was disabled in the testing
configuration. This is where most of the changes in this commit come
from.
Diffstat (limited to 'src/mailman/testing')
| -rw-r--r-- | src/mailman/testing/testing.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/testing/testing.cfg b/src/mailman/testing/testing.cfg index 022f9f289..8b6a48c36 100644 --- a/src/mailman/testing/testing.cfg +++ b/src/mailman/testing/testing.cfg @@ -65,7 +65,7 @@ max_restarts: 1 max_restarts: 1 [archiver.prototype] -enable: yes +enable: no [archiver.mail_archive] enable: yes |
