mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-03-17 20:54:52 +08:00
remove default mysql host
This commit is contained in:
parent
aae326133b
commit
dfce8e9749
@ -84,7 +84,7 @@ $config['file_server'] = [
|
||||
$config['mysql'] = [
|
||||
[
|
||||
'pool_name' => '', // 默认只有一个空名称的连接池,如果需要多个连接池,请复制此段配置并修改参数和名称
|
||||
'host' => '127.0.0.1', // 填写数据库服务器地址后才会创建数据库连接
|
||||
'host' => '', // 填写数据库服务器地址后才会创建数据库连接
|
||||
'port' => 3306,
|
||||
'username' => 'root',
|
||||
'password' => 'ZhamaoTEST',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user