mirror of
https://github.com/CarmJos/MineSQL.git
synced 2026-06-05 09:01:42 +08:00
Sponge8 support
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user