1
mirror of https://github.com/jakejarvis/jbb.git synced 2025-04-26 02:15:22 -04:00
jbb/conf.php
2018-10-18 12:42:02 -04:00

6 lines
202 B
PHP
Executable File

<?php
$sqlServer = ""; // 99% of the time: localhost
$sqlUsername = ""; // Your mySQL Username
$sqlPassword = ""; // Your mySQL Password
$sqlDatabase = ""; // Your mySQL Database
?>