Skip to content
This repository was archived by the owner on Jun 27, 2019. It is now read-only.

Commit 9130baa

Browse files
committed
Add hint how to visit server on mobile
1 parent 5fa5926 commit 9130baa

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,17 @@ a list of availabe defaults in `config/default.json`.
110110
See [node-config documentation](https://github.com/lorenwest/node-config/wiki/Configuration-Files)
111111
for details.
112112

113+
E.g. if you want to access the server from your mobile over WiFi, you should
114+
replace `localhost` in your settings with your IP address in the local network:
115+
```json
116+
{
117+
"host": "192.168.188.22",
118+
"baseURL": "http://192.168.188.22:3030",
119+
"frontURL": "http://192.168.188.22:3000"
120+
}
121+
122+
```
123+
113124
## Testing
114125

115126
Run the entire test suite with:

0 commit comments

Comments
 (0)