summaryrefslogtreecommitdiff
path: root/platform/www/conf/local.php
blob: d4bc65fe43f3b3024d7c5c61b11ca7df22f8bd74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?php
/*
 * Dokuwiki's Main Configuration File - Local Settings
 * Auto-generated by config plugin
 * Run for user: admin
 * Date: Mon, 07 Mar 2022 01:33:50 +0000
 */

$conf['title'] = 'The Acervus Project';
$conf['start'] = 'index';
$conf['template'] = 'acervus';
$conf['license'] = '';
$conf['breadcrumbs'] = 0;
$conf['youarehere'] = 1;
$conf['useacl'] = 1;
$conf['superuser'] = 'admin';
$conf['disableactions'] = 'register';
$conf['htmlok'] = 1;
$conf['userewrite'] = '1';
$conf['plugin']['authldap']['attributes'] = array();
$conf['plugin']['fastwiki']['save'] = 1;
$conf['plugin']['translation']['translations'] = 'en es';
$conf['plugin']['translation']['display'] = 'langcode,name';
$conf['plugin']['translation']['translateui'] = 1;
$conf['plugin']['translation']['localabout'] = 1;
$conf['plugin']['translation']['copytrans'] = 1;
$conf['tpl']['acervus']['numberedHeading'] = 1;
$conf['tpl']['acervus']['tocPosition'] = 'dokuwiki';
$conf['tpl']['acervus']['footer'] = 'footer';