1
mirror of https://github.com/CarmJos/MineSQL.git synced 2026-06-05 09:01:42 +08:00

Sponge8 support

This commit is contained in:
huanmeng_qwq
2022-06-22 03:08:54 +08:00
parent a2ab7d4d9f
commit 554cec190c
6 changed files with 331 additions and 6 deletions
@@ -0,0 +1,17 @@
debug = false
metrics = false
check-update = true
properties {
enable = true
folder = "db-properties/"
}
databases {
example-test {
driver-type = "MYSQL"
host = "localhost"
port = -1
username = "root"
password = "root"
}
}