anitv-schedule/system/config.php
2023-02-23 23:35:29 +09:00

7 lines
165 B
PHP

<?php
// MySQL Database Information
define("MYSQL_HOST", "localhost");
define("MYSQL_USER", "anitv");
define("MYSQL_PASS", "anitv");
define("MYSQL_NAME", "anitv");