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

config-template: Updated to show that basedir is optional.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@107 44740490-163a-0410-bde0-09ae8108e29a
parent 6e24ccb5
No related branches found
No related tags found
No related merge requests found
...@@ -7,11 +7,21 @@ ...@@ -7,11 +7,21 @@
$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.
*/ */
'basedir' => '/var/simplesamlphp/',
'baseurlpath' => 'simplesaml/', 'baseurlpath' => 'simplesaml/',
'templatedir' => 'templates/default/', 'templatedir' => 'templates/default/',
'metadatadir' => 'metadata/', 'metadatadir' => 'metadata/',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment