From 050a723002fa1c4747246ab765f74998f90f5791 Mon Sep 17 00:00:00 2001 From: Damien Cassou Date: Wed, 16 May 2018 14:08:04 +0200 Subject: [PATCH] Change default port in the description of `hosts` --- configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.md b/configuration.md index 7e9c55b2..b07a2869 100644 --- a/configuration.md +++ b/configuration.md @@ -44,7 +44,7 @@ when Radicale runs via WSGI. ### hosts A comma separated list of addresses that the server will bind to. -Default: `127.0.0.1:5555` +Default: `127.0.0.1:5232` ### daemon Daemonize the Radicale process. It does not reset the umask.