Files
Phraseanet/config/connexion.sample.inc
Romain Neutron 4c5b7eb658 V 3.5 RC 1
2011-12-05 00:23:28 +01:00

7 lines
117 B
PHP

<?php
$hostname = 'localhost';
$port = '3306';
$user = 'phrasea_user';
$password = 's3cr3t';
$dbname = 'ab_phrasea';