Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added host configuration docs
  • Loading branch information
ellisdickinson46 committed Jul 31, 2023
1 parent ead3988 commit 9e0a103
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ The application will use the following default values if they are not explicitly

| Config | Description | Default
| --- | --- | --- |
| Host | Define the host address on which the webserver will listen | **0.0.0.0**
| Port | Define the port on which the webserver will listen | **8089**
| Virtual Directory | A virtual directory to mount this application under | **/wolweb**
| Broadcast IP and Port | This is broadcast IP address and port for the local network. *Please include the port :9* | **192.168.1.255:9**
Expand All @@ -56,6 +57,7 @@ You can override the default application configuration by using a config file or

```json
{
"host": "0.0.0.0",
"port": 8089,
"vdir":"/wolweb",
"bcastip":"192.168.1.255:9"
Expand All @@ -67,6 +69,7 @@ You can override the default application configuration by using a config file or

| Variable Name | Description
| --- | --- |
| WOLWEBHOST | Override for default HTTP host
| WOLWEBPORT | Override for default HTTP port
| WOLWEBVDIR | Override for default virtual directory
| WOLWEBBCASTIP | Override for broadcast IP address and port
Expand Down

0 comments on commit 9e0a103

Please sign in to comment.