From b5602efdeafd5070b373db2d5d1e2357c94bdeb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaime=20Pe=CC=81rez=20Crespo?= <jaime.perez@uninett.no> Date: Fri, 8 Mar 2019 11:02:29 +0100 Subject: [PATCH] Update the config template. --- config-templates/config.php | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/config-templates/config.php b/config-templates/config.php index 365f53698..aecb8f017 100644 --- a/config-templates/config.php +++ b/config-templates/config.php @@ -57,7 +57,7 @@ $config = [ * - 'certdir': The base directory for certificate and key material. * - 'loggingdir': Where to write logs. * - 'datadir': Storage of general data. - * - 'temdir': Saving temporary files. SimpleSAMLphp will attempt to create + * - 'tempdir': Saving temporary files. SimpleSAMLphp will attempt to create * this directory if it doesn't exist. * When specified as a relative path, this is relative to the SimpleSAMLphp * root directory. @@ -958,6 +958,12 @@ $config = [ | METADATA CONFIGURATION | **************************/ + /* + * This option allows you to specify a directory for your metadata outside of the standard metadata directory + * included in the standard distribution of the software. + */ + 'metadatadir' => 'metadata', + /* * This option configures the metadata sources. The metadata sources is given as an array with * different metadata sources. When searching for metadata, SimpleSAMLphp will search through -- GitLab