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