From 36257328946672830165582adbf4acc9b36fb49f Mon Sep 17 00:00:00 2001 From: Wolfy-J Date: Fri, 15 Jun 2018 16:04:03 +0300 Subject: Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 4cec13ee..cb1ccb27 100644 --- a/README.md +++ b/README.md @@ -61,15 +61,15 @@ rpc: enable: true # rpc connection DSN. Supported TCP and Unix sockets. - listen: tcp://127.0.0.1:6001 + listen: tcp://127.0.0.1:6001 # http service configuration. http: # set to false to disable http server. - enable: true + enable: true # http host to listen. - address: 0.0.0.0:8080 + address: 0.0.0.0:8080 # max POST request size, including file uploads in MB. maxRequest: 200 -- cgit v1.2.3