]> git.deb.at Git - rhonda/impostor.git/commitdiff
Update docs/Server-configuration.md File Description
authorBilibili_MengChu <2133404320@qq.com>
Fri, 9 Aug 2024 08:50:12 +0000 (16:50 +0800)
committerminiduikboot <mini@duikbo.at>
Sat, 10 Aug 2024 16:50:57 +0000 (18:50 +0200)
docs/Server-configuration.md

index 2dd1b9059e30256dd6389ed4e203f3cc52930657..0a882bab13ac129615cfc679155b2ff68146fcc1 100644 (file)
@@ -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