summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2018-06-15 16:04:03 +0300
committerGitHub <[email protected]>2018-06-15 16:04:03 +0300
commit36257328946672830165582adbf4acc9b36fb49f (patch)
treee57aa38a7bb070f394e6567f14ffbc9aff96da26 /README.md
parentb5905ebd0f5eac32f7b0e249d2628627e124ea35 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
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