Initial commit: ThinkPHP refactor (tp)

Made-with: Cursor
This commit is contained in:
nepiedg
2026-04-02 02:13:12 +00:00
commit 166940d5a6
127 changed files with 22225 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
<?php
return array (
//外网
// 'host' => 'rm-m5e6936bb24oj5272co.mysql.rds.aliyuncs.com',
//内网
'host' => 'rm-m5e6936bb24oj5272co.mysql.rds.aliyuncs.com',
'dbname' => 'record',
'username' => 'root1',
'password' => '952467@Aa',
'port' => '3306',
'charset' => 'utf8',
'collation' => 'utf8_general_ci',
);