From d94cf78a989945d4fe68da2c29fd9283e3e84270 Mon Sep 17 00:00:00 2001 From: Bilibili_MengChu <2133404320@qq.com> Date: Fri, 9 Aug 2024 16:50:12 +0800 Subject: [PATCH] Update docs/Server-configuration.md File Description --- docs/Server-configuration.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/Server-configuration.md b/docs/Server-configuration.md index 2dd1b90..0a882ba 100644 --- a/docs/Server-configuration.md +++ b/docs/Server-configuration.md @@ -1,7 +1,5 @@ # Server configuration -Some information about all the possible configurations. Click [here](https://github.com/Impostor/Impostor/blob/master/src/Impostor.Server/full-config-example.json) to see all the possible config options. - ## Options ### Required Server Configuration @@ -99,11 +97,11 @@ Other Serilog sinks are also supported, but are out of scope for this documentat ### File -The simplest option to configure is by using the `config.json` file next to the server executable. For all possible options see the [full-config-example.json](https://github.com/Impostor/Impostor/blob/master/src/Impostor.Server/full-config-example.json) file. +The `config.json` file contains all the configurable options. ### Environment variables -If you're unable to edit the config.json file, you can instead set Environment variables to configure Impostor. The general pattern for each variable is `IMPOSTOR_SectionName__VariableName`. For example, to disable the anticheat, you can set the environment variable `IMPOSTOR_AntiCheat__Enabled=false`. Here are some more examples: +If you're unable to edit the `config.json` file, you can instead set Environment variables to configure Impostor. The general pattern for each variable is `IMPOSTOR_SectionName__VariableName`. For example, to disable the anticheat, you can set the environment variable `IMPOSTOR_AntiCheat__Enabled=false`. Here are some more examples: ``` IMPOSTOR_Server__PublicIp=127.0.0.1 -- 2.39.5