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