Browse Source

数据库变更

master_new
nizongfeng 2 days ago
parent
commit
9c6a486293
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      application/database.php

+ 1
- 1
application/database.php View File

@@ -18,7 +18,7 @@ return [
// 服务器地址
'hostname' => Env::get('database.hostname', '127.0.0.1'),
// 数据库名
'database' => Env::get('database.database', 'hbp'),
'database' => Env::get('database.database', 'hbpnew'),
// 用户名
'username' => Env::get('database.username', 'shuiwq'),
// 密码


Loading…
Cancel
Save