mirror of
https://github.com/phpmyadmin/docker.git
synced 2026-08-28 10:15:12 -05:00
12 lines
323 B
PHP
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'] = '';
|