From 6429fe89253a1b128379071c80ce0802b7b04802 Mon Sep 17 00:00:00 2001 From: Sainan <63328889+Sainan@users.noreply.github.com> Date: Fri, 14 Nov 2025 16:30:06 +0100 Subject: [PATCH] document --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4038857f..8ab68e19 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ SpaceNinjaServer requires a `config.json`. To set it up, you can copy the [confi - `skipTutorial` affects only newly created accounts, so you may wish to change it before logging in for the first time. - `logger.level` can be `fatal`, `error`, `warn`, `info`, `http`, `debug`, or `trace`. +- `bindAddress`, `httpPort`, `httpsPort` are related to how SpaceNinjaServer is reached on the network. Under Docker, these options are unchangable; modify your `docker-compose.yml`, instead. - `ircExecutable` can be provided with a relative path to an EXE which will be ran as a child process of SpaceNinjaServer. - `ircAddress`, `hubAddress`, and `nrsAddress` can be provided if these secondary servers are on a different machine. - `worldState.eidolonOverride` can be set to `day` or `night` to lock the time to day/fass and night/vome on Plains of Eidolon/Cambion Drift.