Files
docker/config.inc.php
T
2015-11-06 10:27:39 +08:00

12 lines
323 B
PHP

<?php
$cfg['blowfish_secret'] = 'xkjdkfj2x83kx';
$i = 0;
$i++;
$cfg['Servers'][$i]['auth_type'] = 'cookie';
$cfg['Servers'][$i]['host'] = 'db';
$cfg['Servers'][$i]['connect_type'] = 'tcp';
$cfg['Servers'][$i]['compress'] = false;
$cfg['Servers'][$i]['AllowNoPassword'] = true;
$cfg['UploadDir'] = '';
$cfg['SaveDir'] = '';