NextCloud-prep/roles/apache2/files/config.inc.php.j2

13 lines
330 B
Django/Jinja

<?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'] = '';