Commit f3c6b6cd by 杨树贤

修改数据库前缀

parent c24c53fb
Showing with 2 additions and 2 deletions
......@@ -33,4 +33,4 @@ MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_ENCRYPTION=null
LOGIN_DOMAIN=user.liexin.net
LOGIN_DOMAIN=user.liechuan.com
......@@ -75,7 +75,7 @@ return [
'password' => env('WEB_DB_PASSWORD', ''),
'charset' => 'utf8',
'collation' => 'utf8_general_ci',
'prefix' => 'lc_',
'prefix' => 'lie_',
'strict' => false,
'engine' => null,
],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment