diff options
| author | Barry Warsaw | 2010-12-22 17:41:21 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2010-12-22 17:41:21 -0500 |
| commit | 42715ec95d8c512399326fe127648e9af4df57c9 (patch) | |
| tree | a5101d3eaff91a0863851536296447b8a75dd7b8 /src/mailman/testing/testing.cfg | |
| parent | 506ddd3af859ebb9d6b8fcf746b286a030a0b927 (diff) | |
| download | mailman-42715ec95d8c512399326fe127648e9af4df57c9.tar.gz mailman-42715ec95d8c512399326fe127648e9af4df57c9.tar.zst mailman-42715ec95d8c512399326fe127648e9af4df57c9.zip | |
Insulate the test environment from the running environment. Sadly, the test
ports are still hard coded.
Also, 'bin/mailman info' dumps the REST root url and credentials.
Diffstat (limited to '')
| -rw-r--r-- | src/mailman/testing/testing.cfg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mailman/testing/testing.cfg b/src/mailman/testing/testing.cfg index 8c56d2135..e3f642d71 100644 --- a/src/mailman/testing/testing.cfg +++ b/src/mailman/testing/testing.cfg @@ -19,8 +19,12 @@ [mta] smtp_port: 9025 +lmtp_port: 9024 incoming: mailman.testing.mta.FakeMTA +[webservice] +port: 9001 + [qrunner.archive] max_restarts: 1 |
