Small change.

This commit is contained in:
Daniel31x13
2022-07-19 21:23:24 -04:00
parent 7cd0b9d956
commit 09f842f409
5 changed files with 8 additions and 8 deletions
+3 -3
View File
@@ -58,11 +58,11 @@ The app will be deployed on port 3000.
To configure the app create a `.env` file (in the main folder), here are the available variables:
```
CLIENT_PORT=2500 # Default: 3000
API_PORT=5500 # Default: 5000
API_ADDRESS=192.168.1.14 # Default: localhost*
API_PORT=5700 # Default: 5500
API_ADDRESS=192.168.1.14 # Default: localhost
```
> *If you want to use this app across the network set `API_ADDRESS` as the computer (where LinkWarden is hosted) IP address.
> If you want to use this app across the network set `API_ADDRESS` as the computer (where LinkWarden is hosted) IP address.
### Manual Setup