Skip to content
Snippets Groups Projects
Commit b5602efd authored by Jaime Pérez Crespo's avatar Jaime Pérez Crespo
Browse files

Update the config template.

parent 919eb54c
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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