$config['active_connection'] = 'PRODUCTION'; // the used configuration set of the chosen connection // Example of a configuration set. All parameters are required! $config['bis_connections'] = array( 'PRODUCTION' => array( 'protocol' => 'https', 'host' => 'bis.ac.at', 'path' => 'SOBIS', 'username' => '005\fhcomplete', 'password' => 'passwort' ), 'TESTING' => array( 'protocol' => 'https', 'host' => 'test.bis.ac.at', 'path' => 'SOBIS', 'username' => '005\fhcomplete', 'password' => 'xxxx' ) );