123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- <?php
- return [
-
- 'type' => 'mysql',
-
- 'hostname' => 'localhost',
-
- 'database' => 'shopyueyouhudong',
-
- 'username' => 'root',
-
- 'password' => '4mdMRkzZc5EW8ADa',
-
- 'hostport' => '3306',
-
- 'dsn' => '',
-
- 'params' => [],
-
- 'charset' => 'utf8',
-
- 'prefix' => 'ai_',
-
- 'debug' => false,
-
- 'deploy' => 0,
-
- 'rw_separate' => false,
-
- 'master_num' => 1,
-
- 'slave_no' => '',
-
- 'fields_strict' => true,
-
- 'resultset_type' => 'array',
-
- 'auto_timestamp' => false,
-
- 'datetime_format' => false,
-
- 'sql_explain' => false,
-
- 'query' => '\think\db\Query',
- ];
|