diff options
Diffstat (limited to 'doc/config.md')
-rw-r--r-- | doc/config.md | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/config.md b/doc/config.md index e715a90..1b1c917 100644 --- a/doc/config.md +++ b/doc/config.md @@ -63,10 +63,18 @@ Description: The maximum number of players that can be connected to the proxy at ``` Type: string Default: "files" -Values: "files", "mtsqlite3" +Values: "files", "mtsqlite3", "mtpostgresql" Description: The authentication backend to use. Consider converting your existing database instead of loading it directly. ``` +> `AuthPostgresConn` +``` +Type: string +Default: "" +Description: The postgres connection string for the authentication database. +Used in conjunction with the mtpostgresql authentication backend. +``` + > `NoTelnet` ``` Type: bool |