17 lines
519 B
PHP
Executable File
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';
|
|
?>
|