official_website/data/dbconfig.php

11 lines
239 B
PHP
Raw Normal View History

2024-12-02 13:57:08 +08:00
<?php
return [
'type' => 'mysql',
2024-12-03 16:20:37 +08:00
'hostname' => '47.108.186.87',
'database' => 'lihaink_cn_new',
'username' => 'lihaink_cn_new',
'password' => 'c6tiAe4nBrPJG6H8',
2024-12-02 13:57:08 +08:00
'hostport' => '3306',
'charset' => 'utf8mb4',
'prefix' => 'fox_',
];