Files
php-web-wiki/dokuwiki/conf/local.php
2024-05-20 10:19:09 -05:00

33 lines
970 B
PHP
Executable File

<?php
/*
* Dokuwiki's Main Configuration File - Local Settings
* Auto-generated by config plugin
* Run for user: bjori
* Date: Mon, 16 Dec 2013 17:50:08 +0000
*/
$conf['title'] = 'PHP Wiki';
$conf['template'] = 'phpnet';
$conf['fmode'] = 0777;
$conf['useacl'] = 1;
$conf['authtype'] = 'phpcvs';
$conf['superuser'] = '@admin';
$conf['manager'] = '@phpcvs';
$conf['disableactions'] = 'profile';
$conf['subscribers'] = 1;
$conf['registernotify'] = 'webmaster@php.net';
$conf['mailfrom'] = 'php-webmaster@lists.php.net';
$conf['htmlmail'] = 0;
$conf['rss_content'] = 'htmldiff';
$conf['userewrite'] = '1';
$conf['useslash'] = 1;
$conf['send404'] = 1;
$conf['breadcrumbs'] = 0;
$conf['youarehere'] = 1;
$conf['baseurl'] = getenv('web-wiki-development-setup-baseurl') ?: 'https://wiki.php.net';
$conf['plugin']['smtp']['smtp_host'] = 'mailout.php.net';
$conf['plugin']['smtp']['smtp_ssl'] = 'tls';
$conf['plugin']['htmlok']['htmlok'] = 1;
// end auto-generated content