Initial commit: ThinkPHP refactor (tp)
Made-with: Cursor
This commit is contained in:
Executable
+13
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
return array (
|
||||
//外网
|
||||
// 'host' => 'rm-m5e6936bb24oj5272co.mysql.rds.aliyuncs.com',
|
||||
//内网
|
||||
'host' => 'rm-m5e6936bb24oj5272co.mysql.rds.aliyuncs.com',
|
||||
'dbname' => 'contenttpl',
|
||||
'username' => 'contenttpl',
|
||||
'password' => 'QXYxgg123!@#q',
|
||||
'port' => '3306',
|
||||
'charset' => 'utf8',
|
||||
'collation' => 'utf8_general_ci',
|
||||
);
|
||||
Reference in New Issue
Block a user