easypanel/admin/template_config/phpmyadmin_config.html
2023-06-29 12:29:44 +08:00

15 lines
393 B
HTML

<?php
$i = 0;
$i++;
$cfg['Servers'][$i]['auth_type'] = 'cookie';
$cfg['Servers'][$i]['verbose'] = '{{$node.db_host}}';
$cfg['Servers'][$i]['host'] = '{{$node.db_host}}';
$cfg['Servers'][$i]['port'] = {{$node.db_port}};
$cfg['blowfish_secret'] = '{{$db_skey}}';
$cfg['ServerDefault'] = 1;
$cfg['UploadDir'] = '';
$cfg['SaveDir'] = '';
$cfg['TempDir'] = '/tmp/';
$cfg['VersionCheck'] = false;