diff --git a/config-templates/config.php b/config-templates/config.php index 8d871e9f2cd57b6651f3b9e9f6ce63f8407d2f15..2fb856d782ddd5238d621aaeb28be673ca5c403c 100644 --- a/config-templates/config.php +++ b/config-templates/config.php @@ -7,29 +7,15 @@ $config = array ( - /** - * This option configures the base directory for this simpleSAMLphp - * installation. Under most circumstances this option is optional, - * and can be left unset. - * - * Example: - * 'basedir' => '/var/simplesamlphp/', - */ - 'basedir' => NULL, - /** * Setup the following parameters to match the directory of your installation. * See the user manual for more details. */ 'baseurlpath' => 'simplesaml/', - 'templatedir' => 'templates/', - 'metadatadir' => 'metadata/', - 'attributenamemapdir' => 'attributemap/', 'certdir' => 'cert/', - 'dictionarydir' => 'dictionaries/', 'loggingdir' => 'log/', - 'datadir' => 'data/', - + 'datadir' => 'data/', + /* * A directory where simpleSAMLphp can save temporary files. *