Kubernetes/srcs/phpmyadmin/phpmyadmin.inc.php
Matthos Denys bdd57d0a05 its a live
2021-03-03 14:41:07 +03:00

14 lines
428 B
PHP
Executable File

<?php
$cfg['blowfish_secret'] = 'ZX8lwV2k,PSlDhg40E=38i7Rm1pczKVr';
$i = 0;
$i++;
$cfg['Servers'][$i]['auth_type'] = 'cookie';
$cfg['Servers'][$i]['host'] = 'mariadb-service:3306';
$cfg['Servers'][$i]['user'] = 'mdenys';
$cfg['Servers'][$i]['password'] = 'mdenys';
$cfg['Servers'][$i]['compress'] = false;
$cfg['Servers'][$i]['AllowNoPassword'] = false;
$cfg['UploadDir'] = '';
$cfg['SaveDir'] = '';
$cfg['TempDir'] = '/tmp';
?>