Compare commits

...

4 Commits

2 changed files with 2 additions and 1 deletions
Split View
  1. +1
    -0
      .gitignore
  2. +1
    -1
      application/database.php

+ 1
- 0
.gitignore View File

@@ -16,3 +16,4 @@ composer.lock
.svn
.vscode
node_modules
/.idea/

+ 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