Add RCON_PASSWORD_FILE to variables.md. (#3989)

This commit is contained in:
Jason Walton
2026-03-26 16:42:22 -04:00
committed by GitHub
parent 3cd3656868
commit b37c2cc3ef

View File

@@ -397,6 +397,12 @@ This image maps known server properties as described in [this section](configura
<td><code>Randomly generated</code></td>
<td>✅</td>
</tr>
<tr>
<td><code>RCON_PASSWORD_FILE</code></td>
<td>Can be set to read the RCON password from a file. Overrides <code>RCON_PASSWORD</code> if both are set.</td>
<td><code></code></td>
<td>⬜️</td>
</tr>
<tr>
<td><code>RCON_PORT</code></td>
<td>The port for RCON</td>