Skip to content
Snippets Groups Projects
Commit fe14e750 authored by Guy Halse's avatar Guy Halse
Browse files

PSR-2 updates prior to making any substantive changes

parent 2cdae6bb
No related branches found
No related tags found
No related merge requests found
...@@ -6,23 +6,23 @@ ...@@ -6,23 +6,23 @@
* @package SimpleSAMLphp * @package SimpleSAMLphp
*/ */
$config = array( $config = array(
/* /*
* Configuration for the database connection. * Configuration for the database connection.
*/ */
'consentadmin' => array( 'consentadmin' => array(
'consent:Database', 'consent:Database',
'dsn' => 'mysql:host=DBHOST;dbname=DBNAME', 'dsn' => 'mysql:host=DBHOST;dbname=DBNAME',
'username' => 'USERNAME', 'username' => 'USERNAME',
'password' => 'PASSWORD', 'password' => 'PASSWORD',
), ),
// Hash attributes including values or not
'attributes.hash' => TRUE,
// Where to direct the user after logout // Hash attributes including values or not
// REMEMBER to prefix with http:// otherwise the relaystate is only appended 'attributes.hash' => true,
// Where to direct the user after logout
// REMEMBER to prefix with http:// otherwise the relaystate is only appended
// to saml2 logout URL // to saml2 logout URL
'returnURL' => 'http://www.wayf.dk', 'returnURL' => 'http://www.wayf.dk',
// Shows description of the services if set to true (defaults to true) // Shows description of the services if set to true (defaults to true)
'showDescription' => true, 'showDescription' => true,
......
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