visualfail: README, pristine configuration
Change-Id: Ic7e3ec0e28fdd368b9207c7a843a3f397e5e3c09
This commit is contained in:
10
tools/analysis/VisualFAIL/CONFIGURATION.php.dist
Normal file
10
tools/analysis/VisualFAIL/CONFIGURATION.php.dist
Normal file
@ -0,0 +1,10 @@
|
||||
<?php
|
||||
// database credentials
|
||||
$host = "localhost";
|
||||
$username = "";
|
||||
$password = "";
|
||||
$database = "";
|
||||
|
||||
// result-table name
|
||||
$result_table = "result";
|
||||
?>
|
||||
Reference in New Issue
Block a user