Skip to content

Commit 65d7e30

Browse files
committed
config-templates: Remove some options that shouldn't be set.
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1881 44740490-163a-0410-bde0-09ae8108e29a
1 parent 3a481ba commit 65d7e30

1 file changed

Lines changed: 2 additions & 16 deletions

File tree

config-templates/config.php

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -7,29 +7,15 @@
77

88
$config = array (
99

10-
/**
11-
* This option configures the base directory for this simpleSAMLphp
12-
* installation. Under most circumstances this option is optional,
13-
* and can be left unset.
14-
*
15-
* Example:
16-
* 'basedir' => '/var/simplesamlphp/',
17-
*/
18-
'basedir' => NULL,
19-
2010
/**
2111
* Setup the following parameters to match the directory of your installation.
2212
* See the user manual for more details.
2313
*/
2414
'baseurlpath' => 'simplesaml/',
25-
'templatedir' => 'templates/',
26-
'metadatadir' => 'metadata/',
27-
'attributenamemapdir' => 'attributemap/',
2815
'certdir' => 'cert/',
29-
'dictionarydir' => 'dictionaries/',
3016
'loggingdir' => 'log/',
31-
'datadir' => 'data/',
32-
17+
'datadir' => 'data/',
18+
3319
/*
3420
* A directory where simpleSAMLphp can save temporary files.
3521
*

0 commit comments

Comments
 (0)