mirror of
https://github.com/cytopia/devilbox.git
synced 2025-03-22 03:55:21 +00:00
Config phpmyadmin 4.8.4 to autologin
This commit is contained in:
parent
94466a0d1f
commit
67c3d8bd13
@ -31,7 +31,9 @@ $i = 0;
|
||||
*/
|
||||
$i++;
|
||||
/* Authentication type */
|
||||
$cfg['Servers'][$i]['auth_type'] = 'cookie';
|
||||
$cfg['Servers'][$i]['auth_type'] = 'config';
|
||||
$cfg['Servers'][$i]['user'] = 'root';
|
||||
$cfg['Servers'][$i]['password'] = getenv('MYSQL_ROOT_PASSWORD');
|
||||
/* Server parameters */
|
||||
$cfg['Servers'][$i]['host'] = '127.0.0.1';
|
||||
$cfg['Servers'][$i]['compress'] = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user