Commit cff3343d by October

Update db.php

parent 03b06227
......@@ -12,11 +12,11 @@
return array(
'DB_TYPE' => 'mysql',
'DB_HOST' => 'localhost',
'DB_HOST' => 'izhidaicbc2.mysql.rds.aliyuncs.com',
'DB_PORT' => '3306',
'DB_NAME' => 'dev_citic_20200420_mdrt', // <--- 修改这里
'DB_USER' => 'dev', // <--- 修改这里
'DB_PWD' => '1q2w3e', // <--- 修改这里
'DB_NAME' => 'project_citic_20200420_mdrt', // <--- 修改这里
'DB_USER' => 'zhida', // <--- 修改这里
'DB_PWD' => 'zhida_app_1212', // <--- 修改这里
'DB_PREFIX' => '',
'DB_CHARSET' => 'utf8mb4',
);
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment