diff --git a/.user.ini b/.user.ini deleted file mode 100644 index 016109a..0000000 --- a/.user.ini +++ /dev/null @@ -1 +0,0 @@ -open_basedir=/www/wwwroot/72crm/:/tmp/ \ No newline at end of file diff --git a/config/database.php b/config/database.php index 8c67704..232fe80 100644 --- a/config/database.php +++ b/config/database.php @@ -5,11 +5,11 @@ return [ // 服务器地址 'hostname' => '127.0.0.1', // 数据库名 - 'database' => 'test_com', + 'database' => 'wkcrm', // 用户名 - 'username' => 'test_com', + 'username' => 'root', // 密码 - 'password' => 'YNKdaMS2XBHKcAh7', + 'password' => '123123', // 端口 'hostport' => '3306', // 连接dsn