Translated using Weblate (Portuguese)
[phpmyadmin.git] / test / config.e2e.inc.php
blob335aaa3468eae21c2e127d7fb65a207e7a336aee
1 <?php
3 declare(strict_types=1);
5 $i = 0;
6 $cfg['Servers'] = [];
7 $i++;
8 $cfg['Servers'][$i]['verbose'] = 'Local';
9 $cfg['Servers'][$i]['host'] = '127.0.0.1';
10 $cfg['Servers'][$i]['auth_type'] = 'cookie';
11 $cfg['UploadDir'] = './test/test_data/';