console removed from config
All checks were successful
Galvanic Corrosion Cross-Compile / build (push) Successful in 1m44s

This commit is contained in:
2025-07-14 00:24:31 +00:00
parent 746c2203e5
commit 4e7a0d980c

View File

@@ -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.
<br>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.