diff --git a/config/database.php b/config/database.php index 679de37..70f38c5 100644 --- a/config/database.php +++ b/config/database.php @@ -24,9 +24,9 @@ return [ 'dbmember' => [ 'type' => 'mysql', 'hostname' => env('DB_HOSTNAME', 'rm-m5e6936bb24oj5272co.mysql.rds.aliyuncs.com'), - 'database' => env('DATABASE', 'member'), - 'username' => env('USERNAME', 'newsystemrds'), - 'password' => env('PASSWORD', 'Xx123456'), + 'database' => env('DATABASE', 'aicaigoupmw'), + 'username' => env('USERNAME', 'contenttpl'), + 'password' => env('PASSWORD', 'QXYxgg123!@#q'), 'hostport' => env('HOSTPORT', '3306'), 'params' => [], 'charset' => env('CHARSET', 'utf8mb4'),