mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 23:13:15 +00:00
7 lines
117 B
PHP
7 lines
117 B
PHP
<?php
|
|
$hostname = 'localhost';
|
|
$port = '3306';
|
|
$user = 'phrasea_user';
|
|
$password = 's3cr3t';
|
|
$dbname = 'ab_phrasea';
|