Kubernetes/srcs/phpmyadmin/phpmyadmin.inc.php
Matthos Denys 38c35f3cf1 add wp
2021-03-07 01:13:44 +03:00

17 lines
519 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';
$cfg['lang'] = 'ru';
$cfg['Console']['Mode'] = 'collapse';
$cfg['ThemeDefault'] = 'metro';
?>