From 80fa8a6ff9648bef3a1026cf8be8e30d3a46b9c5 Mon Sep 17 00:00:00 2001 From: Maciej Szlosarczyk Date: Fri, 31 May 2019 09:58:08 +0300 Subject: [PATCH] Fix typo in documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 25b7b7a..2b03412 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ of Erlang property list. | Variable name | Expected values | Apache equivalent | Definition -----------------------|------------------------------------|-----------------------|-------------------------------------------- -| `dev_mode` | `true | false` | None | Enables TCP access without TLS. +| `dev_mode` | `true`, `false` | None | Enables TCP access without TLS. | `tls_port` | `700` | Listen | At which port should we open a TLS socket. Default is 700. | `tcp_port` | `70000` | Listen | At which port should we open a TCP socket. Only in `dev_mode`. | `epp_session_url` | `https://example.com/epp/session` | EppSessionRoot | HTTP address of the session endpoints including schema and port.