summaryrefslogtreecommitdiff
path: root/src/mailman/queue
diff options
context:
space:
mode:
authorBarry Warsaw2010-12-22 17:41:21 -0500
committerBarry Warsaw2010-12-22 17:41:21 -0500
commit42715ec95d8c512399326fe127648e9af4df57c9 (patch)
treea5101d3eaff91a0863851536296447b8a75dd7b8 /src/mailman/queue
parent506ddd3af859ebb9d6b8fcf746b286a030a0b927 (diff)
downloadmailman-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 'src/mailman/queue')
-rw-r--r--src/mailman/queue/docs/rest.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mailman/queue/docs/rest.txt b/src/mailman/queue/docs/rest.txt
index a71915a49..9e8851eca 100644
--- a/src/mailman/queue/docs/rest.txt
+++ b/src/mailman/queue/docs/rest.txt
@@ -10,11 +10,11 @@ Mailman is controllable through an administrative `REST`_ HTTP server.
The RESTful server can be used to access basic version information.
- >>> dump_json('http://localhost:8001/3.0/system')
+ >>> dump_json('http://localhost:9001/3.0/system')
http_etag: "..."
mailman_version: GNU Mailman 3.0... (...)
python_version: ...
- self_link: http://localhost:8001/3.0/system
+ self_link: http://localhost:9001/3.0/system
Clean up