<?php
// Copy this file to config.local.php and fill in real values.
// config.local.php is gitignored — never commit real credentials.

$dbHost = '127.0.0.1';
$dbName = 'skypos';
$dbUsername = '';
$dbPassword = '';
