summaryrefslogtreecommitdiffstats
path: root/Applications/phpmyadmin/config.php
blob: 20e427642877d60ecd37c1b82afba37174108de0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
// fichier qui provient du container startx/app-pma
$cfg['blowfish_secret'] = 'SECRET';
$cfg['PmaNoRelation_DisableWarning'] = true;
$i = 0;
$i++;
$cfg['Servers'][$i]['extension'] = 'mysqli';
$cfg['Servers'][$i]['host'] = 'mariadb';
$cfg['Servers'][$i]['controlhost'] = '';
$cfg['Servers'][$i]['controluser'] = 'root';
$cfg['Servers'][$i]['controlpass'] = 'secretdemerde';

?>