ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
module_cdc.php
Go to the documentation of this file.
1 <?php
2 
3 $config = array(
4  'example.org' => array(
5  /*
6  * The shared key for this CDC server.
7  */
8  'key' => 'ExampleSharedKey',
9 
10  /*
11  * The URL to the server script.
12  */
13  'server' => 'https://my-cdc.example.org/simplesaml/module.php/cdc/server.php',
14 
15  /*
16  * The lifetime of our cookie, in seconds.
17  *
18  * If this is 0, the cookie will expire when the browser is closed.
19  */
20  'cookie.lifetime' => 0,
21  ),
22 );
$config
Definition: module_cdc.php:3