123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- <?php
- return [
-
- 'type' => 'mysql',
-
- 'hostname' => '47.111.246.47',
-
- 'database' => 'crm',
-
- 'username' => 'crm',
-
- 'password' => 'zsHydB7RTFy3yzrL',
-
- 'hostport' => '3306',
-
- 'dsn' => '',
-
- 'params' => [],
-
- 'charset' => 'utf8',
-
- 'prefix' => 'think_',
-
- 'debug' => true,
-
- 'deploy' => 0,
-
- 'rw_separate' => false,
-
- 'master_num' => 1,
-
- 'slave_no' => '',
-
- 'fields_strict' => true,
-
- 'resultset_type' => '\think\Collection',
-
- 'auto_timestamp' => true,
-
- 'datetime_format' => 'Y-m-d H:i',
-
- 'sql_explain' => true,
-
- 'break_reconnect' => true,
- ];
|