Skip to content

Commit 5f987fa

Browse files
committed
Add environment using local IP
1 parent f09fbc2 commit 5f987fa

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
@@ -2,5 +2,9 @@
22
"dev": {
33
"host": "localhost",
44
"port": "8000"
5+
},
6+
"android": {
7+
"host": "192.168.1.2",
8+
"port": "8000"
59
}
610
}

0 commit comments

Comments
 (0)