27 lines
		
	
	
		
			827 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			827 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| /*
 | |
|  * Dokuwiki's Main Configuration File - Local Settings
 | |
|  * Auto-generated by config plugin
 | |
|  * Run for user: felix
 | |
|  * Date: Sun, 28 Feb 2021 15:56:13 +0000
 | |
|  */
 | |
| 
 | |
| $conf['title'] = 'Kaz';
 | |
| $conf['template'] = 'docnavwiki';
 | |
| $conf['license'] = 'cc-by-sa';
 | |
| $conf['useacl'] = 1;
 | |
| $conf['superuser'] = '@admin';
 | |
| $conf['manager'] = '@manager';
 | |
| $conf['disableactions'] = 'register';
 | |
| $conf['remoteuser'] = '';
 | |
| $conf['mailfrom'] = 'dokuwiki@kaz.bzh';
 | |
| $conf['updatecheck'] = 0;
 | |
| $conf['userewrite'] = '1';
 | |
| $conf['useslash'] = 1;
 | |
| $conf['plugin']['ckgedit']['scayt_auto'] = 'on';
 | |
| $conf['plugin']['ckgedit']['scayt_lang'] = 'French/fr_FR';
 | |
| $conf['plugin']['ckgedit']['other_lang'] = 'fr';
 | |
| $conf['plugin']['smtp']['smtp_host'] = 'smtp.kaz.bzh';
 | |
| $conf['plugin']['todo']['CheckboxText'] = 0;
 | |
| $conf['plugin']['wrap']['restrictionType'] = '1';
 |