Skip to content

Commit

Permalink
replace 'hostname' with 'bind' in config
Browse files Browse the repository at this point in the history
  • Loading branch information
ajmeese7 committed Jan 17, 2024
1 parent 805262a commit 040725d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const meeseOS = new Core(config, {
| `development` | `<auto>` | Enable development mode |
| `logging` | `true` | Log HTTP requests |
| `index` | `index.html` | Index HTML file |
| `hostname` | `localhost` | Server hostname |
| `bind` | `0.0.0.0` | Server hostname |
| `port` | `8000` | Server port |
| `public` | `/dist` | The dist directory |
| `morgan` | `tiny` | Morgan logging mode |
Expand Down

0 comments on commit 040725d

Please sign in to comment.