1
mirror of https://github.com/jakejarvis/jbb.git synced 2026-01-27 21:45:19 -05:00
Files
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
?>