GregoBase/include/credentials.php.sample

7 lines
236 B
Plaintext

<?php
define("HOST", "localhost"); // The host you want to connect to.
define("USER", "user"); // The database username.
define("PASSWORD", "password"); // The database password.
define("DATABASE", "database"); // The database name.
?>