1
0
mirror of https://github.com/GeyserMC/Floodgate.git synced 2025-12-22 16:29:25 +00:00

Fixed issues with MariaDB support and renamed MariaDB to MySQL

This commit is contained in:
Tim203
2021-04-23 11:40:28 +02:00
parent 2cb0162f64
commit f46791bd18
10 changed files with 35 additions and 46 deletions

View File

@@ -0,0 +1,4 @@
{
"mainClass": "org.geysermc.floodgate.database.MysqlDatabase",
"config": "mysql.yml"
}

View File

@@ -0,0 +1,4 @@
hostname: "localhost"
database: "floodgate"
username: "floodgate"
password: ""