From a1cd4757881edccad6c16b3587eee32bea87f5e3 Mon Sep 17 00:00:00 2001 From: Chteufleur Date: Sun, 21 Aug 2016 13:14:04 +0200 Subject: [PATCH] Change default HTTP port in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c640a25..38aa031 100644 --- a/README.md +++ b/README.md @@ -36,8 +36,8 @@ XMPP * xmpp_verify_cert_validity : Enable certificate verification (default: true) HTTP - * http_port : HTTP port to bind (default: 9090, desactive: -1) - * https_port : HTTPS port to bind (default: 9093, desactive: -1) + * http_port : HTTP port to bind (default: -1, desactive: -1) + * https_port : HTTPS port to bind (default: -1, desactive: -1) * https_cert_path : Path to the certificate file (default: ./cert.pem) * https_key_path : Path to the key file (default: ./key.pem) * http_timeout_sec : Define a timeout if user did not give an answer to the request (default: 60)