summaryrefslogtreecommitdiff
path: root/src/mailman/queue/docs
diff options
context:
space:
mode:
authorBarry Warsaw2010-12-22 17:45:15 -0500
committerBarry Warsaw2010-12-22 17:45:15 -0500
commitdc3bc52cec31e612849f73774b52b6e0449a6c5c (patch)
treea5101d3eaff91a0863851536296447b8a75dd7b8 /src/mailman/queue/docs
parentc34415398d1eb431600c75cb286a270e1fa12074 (diff)
parent42715ec95d8c512399326fe127648e9af4df57c9 (diff)
downloadmailman-dc3bc52cec31e612849f73774b52b6e0449a6c5c.tar.gz
mailman-dc3bc52cec31e612849f73774b52b6e0449a6c5c.tar.zst
mailman-dc3bc52cec31e612849f73774b52b6e0449a6c5c.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/docs')
-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