'timw4mail', // ---------------------------------------------------------------------------- // Whose list is it? // ---------------------------------------------------------------------------- 'whose_list' => 'Tim', // ---------------------------------------------------------------------------- // General config // ---------------------------------------------------------------------------- // do you wish to show the anime collection tab? 'show_anime_collection' => TRUE, // path to public directory on the server 'asset_dir' => realpath(__DIR__ . '/../../public'), // ---------------------------------------------------------------------------- // Included config files // ---------------------------------------------------------------------------- // Routing paths and options 'routing' => require __DIR__ . '/routing.php', ];