From a354cc649bad9b4279d29f021b5c4e09f4906fe3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=99=AF=E7=AB=8B?= Date: Sun, 6 May 2018 11:49:36 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=9B=B4=E6=96=B0]=E8=BF=98=E5=8E=9F=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E6=95=B0=E6=8D=AE=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/aliyun.php | 6 ------ config/database.php | 6 +++--- 2 files changed, 3 insertions(+), 9 deletions(-) delete mode 100644 config/aliyun.php diff --git a/config/aliyun.php b/config/aliyun.php deleted file mode 100644 index d716cc35d..000000000 --- a/config/aliyun.php +++ /dev/null @@ -1,6 +0,0 @@ - 'WjeX0AYSfgy5VbXQ', - 'appkey' => 'hQTENHy6MYVUTgwjcgfOCq5gckm2Lp', -]; \ No newline at end of file diff --git a/config/database.php b/config/database.php index d0f63d7ea..f0882cd21 100644 --- a/config/database.php +++ b/config/database.php @@ -16,13 +16,13 @@ return [ // 数据库类型 'type' => 'mysql', // 服务器地址 - 'hostname' => 'server.cuci.cc', + 'hostname' => '127.0.0.1', // 数据库名 'database' => 'admin_v3', // 用户名 - 'username' => 'root', + 'username' => 'admin_v3', // 密码 - 'password' => 'Test12345', + 'password' => 'FbYBHcWKr2', // 端口 'hostport' => '3306', // 连接dsn