Browse Source

db

yuenan
娄梦宁 5 years ago
parent
commit
cfb7e96e98
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      application/database.php

+ 1
- 1
application/database.php View File

@@ -16,7 +16,7 @@ return [
// 数据库类型
'type' => Env::get('database.type', 'mysql'),
// 服务器地址
'hostname' => Env::get('database.hostname', '43.129.92.193'),
'hostname' => Env::get('database.hostname', '127.0.0.1'),
// 数据库名
'database' => Env::get('database.database', 'vietnam'),
// 用户名


Loading…
Cancel
Save