Rename db to driverName.

This commit is contained in:
Yang Luo
2021-05-02 00:24:34 +08:00
parent d509c61816
commit be0cfa132e
3 changed files with 9 additions and 7 deletions

View File

@ -3,7 +3,7 @@ httpport = 8000
runmode = dev
SessionOn = true
copyrequestbody = true
db = mysql
driverName = mysql
dataSourceName = root:123@tcp(localhost:3306)/
dbName = casdoor
AuthState = "casdoor"