diff options
author | Wolfy-J <[email protected]> | 2018-06-15 16:04:03 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2018-06-15 16:04:03 +0300 |
commit | 36257328946672830165582adbf4acc9b36fb49f (patch) | |
tree | e57aa38a7bb070f394e6567f14ffbc9aff96da26 /README.md | |
parent | b5905ebd0f5eac32f7b0e249d2628627e124ea35 (diff) |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |