diff --git a/CONFIG.md b/CONFIG.md index b2d351d..9c5f421 100644 --- a/CONFIG.md +++ b/CONFIG.md @@ -85,8 +85,6 @@ Parameters used by the server's authentication mechanisms. `secret`: Used to generate tokens. Should never be shared (the entire file) and can be a string of characters containing no words or patterns.
Use secure cryptography APIs in programming languages to generate random strings. -`console`: Key used to connect to the server console. Must be different than your `auth.secret`. - `timeout`: The maximum age for a token. `steamkey`: When not `null`, checks the Steam authentication ticket given by the client with the Steam User Auth API. Recommended for public servers.