From 4e7a0d980c8c62779c86019a5853db12d07d135d Mon Sep 17 00:00:00 2001 From: zombieb Date: Mon, 14 Jul 2025 00:24:31 +0000 Subject: [PATCH] console removed from config --- CONFIG.md | 2 -- 1 file changed, 2 deletions(-) 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.