summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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