Systems.Page/lib/sqlcfg.php
2023-10-28 20:37:06 +13:00

11 lines
199 B
PHP

<?php
define("MYSQL_HOST", "127.0.0.1");
define("MYSQL_PORT", 3306);
define("MYSQL_USERNAME", "systemspage");
define("MYSQL_PASSWORD", "test123");
define("MYSQL_DATABASE", "pluralsystemsapp");
?>