wrote this file. * As long as you retain this notice you can do whatever you want with * this stuff. If we meet some day, and you think this stuff is worth it, * you can buy me a beer in return. * * @author Sven Strittmatter * @copyright Copyright (c) 2010, Sven Strittmatter. * @version 0.2.0 * @license http://www.weltraumschaf.de/the-beer-ware-license.txt */ /** * Copy this file to app.php and change the settings to fullfill your needs. */ return array( /** * Base URI to the REST API. * * Only neccesary to change if you want to change to the beta API. */ 'baseUri' => 'http://api.kwick.de/service/', /** * To which URI you will be redirected to authorize KAPIT for your user account. * * In most cases its not neccessary to chaneg this URI. */ 'loginUri' => 'http://www.kwick.de/apps/login', /** * Put here the API key from the registration. * * You cna register the Application here: http://www.kwick.de/apps/register/ */ 'apiKey' => '', /** * Put here the API secret from the registration. * * You can register the Application here: http://www.kwick.de/apps/register/ */ 'secret' => '', );