### The Database configuration,You should choose one between MySQL and SQLite3,if both MySQL and SQLite3 are configured ,use Sqlite3 first
sqlite3:
enable:true
mysql:
host:127.0.0.1
port:3306
db:sonicdb
username:"root"
password:"12345678"
sonic:
mode:"development"
work_dir:"./"# 不填默认为当前路径,用来存放日志文件、数据库文件、模板、上传的附件等(The default is the current directory. Used to store log files, database files, templates, upload files)
log_dir:"./logs"# 不填则使用work_dir 路径下的log路径 (If it is empty, use the "log" path under work_dir)