From 040725da6bfd78c5c68a57cc28a824940ef4df01 Mon Sep 17 00:00:00 2001 From: Aaron Meese Date: Tue, 16 Jan 2024 21:09:49 -0500 Subject: [PATCH] replace 'hostname' with 'bind' in config https://github.com/os-js/manual.os-js.org/pull/46 --- src/config/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/README.md b/src/config/README.md index 253db83f..512cc572 100644 --- a/src/config/README.md +++ b/src/config/README.md @@ -55,7 +55,7 @@ const meeseOS = new Core(config, { | `development` | `` | 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 |