Files
Phraseanet/hudson/connexion.inc

7 lines
100 B
PHP

<?php
$hostname = '127.0.0.1';
$port = '3306';
$user = 'root';
$password = '';
$dbname = 'ab_test';