1
mirror of https://github.com/CarmJos/MineSQL.git synced 2026-06-05 00:48:16 +08:00
Files
MineSQL/platforms/sponge/src/main/resource/easysql.conf
T
2022-06-22 03:08:54 +08:00

18 lines
252 B
Plaintext

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"
}
}