<?php
/**
 * User Configuration File
 * @package	Adelie
 * @copyright	Copyright (c) 2012, Adelie Development Team
 */


/**
 * Data Source Name
 */
require_once \###NAMESPACE###\DIR_CNF."/database.php";


/**
 * Definition
 *
 * ex)
 * define("SERVICE_NAME", "Adelie");
 */


/**
 * Routing
 *
 * Write here, if you need the original routing rules.
 * With no "Router::terminate()" statement, Adelie will check with the default routing rules after the original one.
 *
 * ex)
 * \###NAMESPACE###\Router::set("^\/prod\d{9}\/", "product", "detail");
 * \###NAMESPACE###\Router::terminate();
 */


/**
 * Initialize Process
 *
 * Write here if you want to execute something as an initial process.
 */
