Update database.php

This commit is contained in:
邹景立 2019-02-18 14:56:27 +08:00 committed by GitHub
parent 715de9518b
commit 432149160b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,11 +18,11 @@ return [
// 服务器地址
'hostname' => '127.0.0.1',
// 数据库名
'database' => 'think.admin',
'database' => 'admin_v1',
// 用户名
'username' => 'think.admin',
'username' => 'admin_v1',
// 密码
'password' => '',
'password' => 'FbYBHcWKr2',
// 端口
'hostport' => '3306',
// 连接dsn