mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-10 11:33:17 +00:00
7 lines
126 B
PHP
7 lines
126 B
PHP
<?php
|
|
$hostname = '{{hostname}}';
|
|
$port = '{{port}}';
|
|
$user = '{{user}}';
|
|
$password = '{{password}}';
|
|
$dbname = '{{dbname}}';
|