From 19f98afc3405262ae08580d5e21e720ac233f102 Mon Sep 17 00:00:00 2001 From: Olav Morken <olav.morken@uninett.no> Date: Fri, 14 Dec 2007 08:46:44 +0000 Subject: [PATCH] config-template: Updated to show that basedir is optional. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@107 44740490-163a-0410-bde0-09ae8108e29a --- config/config-template.php | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/config/config-template.php b/config/config-template.php index cba1293f8..11478973d 100644 --- a/config/config-template.php +++ b/config/config-template.php @@ -7,11 +7,21 @@ $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. */ - 'basedir' => '/var/simplesamlphp/', 'baseurlpath' => 'simplesaml/', 'templatedir' => 'templates/default/', 'metadatadir' => 'metadata/', -- GitLab