official_website/data/dbconfig.php

11 lines
205 B
PHP
Raw Normal View History

2024-12-02 13:57:08 +08:00
<?php
return [
'type' => 'mysql',
'hostname' => '127.0.0.1',
'database' => 'foxcms',
'username' => 'root',
'password' => 'root',
'hostport' => '3306',
'charset' => 'utf8mb4',
'prefix' => 'fox_',
];