Files
fail/tools/analysis/VisualFAIL/CONFIGURATION.php.dist
Horst Schirmeier 62c3cc7f20 visualfail: README, pristine configuration
Change-Id: Ic7e3ec0e28fdd368b9207c7a843a3f397e5e3c09
2015-01-09 15:00:03 +01:00

11 lines
150 B
Plaintext

<?php
// database credentials
$host = "localhost";
$username = "";
$password = "";
$database = "";
// result-table name
$result_table = "result";
?>