mirror of
https://github.com/CarmJos/MineSQL.git
synced 2026-06-05 00:48:16 +08:00
18 lines
252 B
Plaintext
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"
|
|
}
|
|
}
|
|
|