Skip to content

Commit 970ad8b

Browse files
committed
Actually reflect the default tld in conf.js
1 parent d8967f4 commit 970ad8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/conf.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const defaults = {
1010
port: 2000,
1111
host: "127.0.0.1",
1212
timeout: 5000,
13-
tld: "localhost",
13+
tld: "test",
1414
// Replace with your network proxy IP (1.2.3.4:5000) if any
1515
// For example, if you're behind a corporate proxy
1616
proxy: false

0 commit comments

Comments
 (0)