Skip to content

Commit 614048d

Browse files
committed
Update documentation.
1 parent e5d8ffa commit 614048d

File tree

2 files changed

+83
-58
lines changed

2 files changed

+83
-58
lines changed

.idea/workspace.xml

Lines changed: 78 additions & 57 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,11 @@ It is in JSON format, here is an example:
4646
{
4747
"servers": [
4848
"http://localhost:1918",
49-
"http://localhost:1917"
49+
"http://localhost:1917",
50+
{
51+
"internal": "http://127.0.0.1:1916",
52+
"external": "https://example.com:1916"
53+
}
5054
]
5155
}
5256
```

0 commit comments

Comments
 (0)