ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
module_riak.php
Go to the documentation of this file.
1<?php
2/*
3 * The configuration of the riak Store module
4 *
5 */
6
7$config = array (
8 /*
9 * This module has the following config options and defaults.
10 *
11 * 'path' => 'riak-php-client/riak.php',
12 * 'host' => 'localhost',
13 * 'port' => 8098,
14 * 'bucket' => 'SimpleSAMLphp',
15 */
16);
An exception for terminatinating execution or to throw for unit testing.
$config
Definition: module_riak.php:7