11 lines
196 B
YAML
11 lines
196 B
YAML
#MySQL数据库配置
|
|
DataBase:
|
|
#默认数据库
|
|
def:
|
|
#数据库需要自行建立
|
|
database: minecraft
|
|
username: root
|
|
password: root
|
|
ip: 127.0.0.1
|
|
port: 3306
|