diff options
| author | Mattie <pugmatt@gmail.com> | 2024-08-06 03:25:18 -0400 |
|---|---|---|
| committer | Mattie <pugmatt@gmail.com> | 2024-08-06 03:25:18 -0400 |
| commit | be8cfc300222c567de9e3346548dba2a08506f9f (patch) | |
| tree | 08f0c42b89e08aa9890714cad4bb2af6efe3fd7f /README.md | |
| parent | a8c7070f3734f34c3e5b1e6695d41d5e27a2d4d9 (diff) | |
| download | BedrockConnect-1.48.tar.gz BedrockConnect-1.48.tar.bz2 BedrockConnect-1.48.zip | |
Couple of changes to db_ settings support1.48
Also adds in deprecation warnings
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -130,6 +130,7 @@ The following is the full list of settings available: | Setting | Description | Default Value | |---------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------| +| db_type | Database Type (accepts values *mysql*, *postgres*, *mariadb*, or *none*) | mysql | | db_host | Database Host | localhost | | db_db | Database Name | bedrock-connect | | db_user | Database Username | root | @@ -138,9 +139,6 @@ The following is the full list of settings available: | port | Port of the server (Should only be changed for debugging on PC. Port needs to be on 19132 for the bypass to work on game consoles) | 19132 | | bindip | IP that the BedrockConnect server will bind to | 0.0.0.0 | | nodb | If true, use JSON files | true | -| mysql | If true, use Mysql | false | -| mairadb | If true, use MairaDB | false | -| postgres | If true, use Postgres | false | | auto_reconnect | If true, Make Mysql and MairaDB auto reconnect to the database when disconnected | false | | generatedns | If true, generate a DNS zone file using user input (Only needed if you're using the mod0Umleitung DNS software) | false | | kick_inactive | If true, players will be kicked after 10 minutes of inactivity with the serverlist UI | true | |
