13 lines
330 B
Plaintext
13 lines
330 B
Plaintext
|
<?php
|
||
|
declare(strict_types=1);
|
||
|
$cfg['blowfish_secret'] = '{{ blowfish_random_generated }}';
|
||
|
$i = 0;
|
||
|
$i++;
|
||
|
$cfg['Servers'][$i]['auth_type'] = 'cookie';
|
||
|
$cfg['Servers'][$i]['host'] = 'localhost';
|
||
|
$cfg['Servers'][$i]['compress'] = false;
|
||
|
$cfg['Servers'][$i]['AllowNoPassword'] = false;
|
||
|
$cfg['UploadDir'] = '';
|
||
|
$cfg['SaveDir'] = '';
|
||
|
|