fix(be):log middleware

This commit is contained in:
1mtrue
2021-03-18 19:05:40 +08:00
committed by dushixiang
parent bba2ffe70b
commit 32319810b1
4 changed files with 122 additions and 218 deletions

View File

@ -2,10 +2,10 @@ debug: true
demo: false
db: mysql
mysql:
hostname: 172.16.101.32
hostname: localhost
port: 3306
username: root
password: mysql
username: next-terminal
password: next-terminal
database: next-terminal
sqlite:
file: 'next-terminal.db'