Skip to content

Commit c70552a

Browse files
committed
Rename environments
1 parent ac22206 commit c70552a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

http-client.env.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
"host": "localhost",
55
"port": "8000"
66
},
7-
"private": {
7+
"local-ip": {
88
"protocol": "http://",
99
"host": "192.168.1.2",
1010
"port": "8000"
1111
},
12-
"private-server": {
12+
"server-private-ip": {
1313
"protocol": "http://",
1414
"host": "192.168.1.9",
1515
"port": "8000"
1616
},
17-
"public-server": {
17+
"server-domain": {
1818
"protocol": "https://",
1919
"host": "go-capture-api.code-apprentice.com",
2020
"port": ""

0 commit comments

Comments
 (0)