MHP_DL_Server/config.php

7 lines
126 B
PHP
Raw Permalink Normal View History

2023-08-08 12:47:15 +08:00
<?php
$haoyeu_dbip = '127.0.0.1';
$haoyue_dbport = 3306;
$haoyeu_dbname = 'mhpdl';
$haoyue_dbuser = '';
$haoyue_dbpwd = '';
?>