Skip to content

Commit 507079a

Browse files
committed
Add public server environment for requests
1 parent 3c49819 commit 507079a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

http-client.env.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,9 @@
1010
"private-server": {
1111
"host": "192.168.1.9",
1212
"port": "8000"
13+
},
14+
"public-server": {
15+
"host": "",
16+
"port": "8000"
1317
}
1418
}

0 commit comments

Comments
 (0)