mirror of
https://github.com/opsre/LiteOps.git
synced 2026-03-06 05:50:46 +08:00
9 lines
157 B
Plaintext
9 lines
157 B
Plaintext
[client]
|
|
host = 127.0.0.1
|
|
#host = mysql
|
|
#host = liteops-mysql
|
|
port = 3306
|
|
database = liteops
|
|
user = root
|
|
password = 1234567xx
|
|
default-character-set = utf8mb4 |