mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-12 04:23:19 +00:00
7 lines
100 B
PHP
7 lines
100 B
PHP
<?php
|
|
$hostname = '127.0.0.1';
|
|
$port = '3306';
|
|
$user = 'root';
|
|
$password = '';
|
|
$dbname = 'ab_test';
|