You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
[file]
|
|
;日志文件名
|
|
logFile = log.txt
|
|
;mysql数据库配置
|
|
[mysql]
|
|
#数据库服务端地址
|
|
host=localhost
|
|
#用户
|
|
user=sukura
|
|
#密码
|
|
passwd=123456
|
|
#数据库名
|
|
db=note
|
|
#端口
|
|
port=3306
|
|
#连接编码
|
|
charset=utf8 |