Skip to content

Commit 4902e01

Browse files
authored
Update README.md
1 parent 90a292e commit 4902e01

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ getsum -s -l 0.0.0.0 -p 9099
7070
getsum -s -l 0.0.0.0 -p 9099 -tk /tmp/tlskeyfile -tc /tmp/tlscertfile
7171
```
7272
**Updating client to run with remote servers**
73+
7374
Create a config file at **$HOME/.getsum/servers.yml** with addresses of your servers, i.e.:
7475
```
7576
servers:
@@ -80,7 +81,8 @@ servers:
8081
- name: azure-east-us
8182
address: http://127.0.0.1:8090
8283
```
83-
or use -serverconfig parameter for custom config location:
84+
"**servers,name and address" field names should be same** you just need to update values.
85+
Also use -serverconfig parameter for custom config location:
8486
```
8587
getsum -serverconfig /tmp/servers.yml /path/to/file
8688
getsum -sc /tmp/servers.yml /path/to/file
@@ -108,4 +110,7 @@ I will also write browser addons next week (4.November+) so you can set your ser
108110

109111
**Serverless support**
110112
I really wanted to add native lambda, cloud functions support for different providers but each provider has their own limits i.e. 200mb storage space or 2GB memory, so its currently postponed.
113+
114+
**Issues**
115+
Application not tested on mac but on linux and windows. If you had issues please raise here. Also unit tests are missing I will implement this month.
111116
**

0 commit comments

Comments
 (0)