Skip to content
Snippets Groups Projects
Commit 65d7e300 authored by Olav Morken's avatar Olav Morken
Browse files

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
parent 3a481bac
No related branches found
No related tags found
No related merge requests found
...@@ -7,29 +7,15 @@ ...@@ -7,29 +7,15 @@
$config = array ( $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. * Setup the following parameters to match the directory of your installation.
* See the user manual for more details. * See the user manual for more details.
*/ */
'baseurlpath' => 'simplesaml/', 'baseurlpath' => 'simplesaml/',
'templatedir' => 'templates/',
'metadatadir' => 'metadata/',
'attributenamemapdir' => 'attributemap/',
'certdir' => 'cert/', 'certdir' => 'cert/',
'dictionarydir' => 'dictionaries/',
'loggingdir' => 'log/', 'loggingdir' => 'log/',
'datadir' => 'data/', 'datadir' => 'data/',
/* /*
* A directory where simpleSAMLphp can save temporary files. * A directory where simpleSAMLphp can save temporary files.
* *
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment