Files
mini_tp/config/legacy/config/dbintegral.php
T
nepiedg 166940d5a6 Initial commit: ThinkPHP refactor (tp)
Made-with: Cursor
2026-04-02 02:13:12 +00:00

10 lines
248 B
PHP
Executable File

<?php
return array (
'host' => 'rm-m5e6936bb24oj5272co.mysql.rds.aliyuncs.com',
'dbname' => 'integral',
'username' => 'integral',
'password' => 'yhBfC8TyirXDJ8kM',
'port' => '3306',
'charset' => 'utf8',
'collation' => 'utf8_general_ci',
);