HummingBirdAnimeClient/app/config/config.php

24 lines
893 B
PHP
Raw Normal View History

2015-09-14 15:49:20 -04:00
<?php
$config = [
// ----------------------------------------------------------------------------
// Username for anime and manga lists
// ----------------------------------------------------------------------------
'hummingbird_username' => 'timw4mail',
// ----------------------------------------------------------------------------
// General config
// ----------------------------------------------------------------------------
// do you wish to show the anime collection tab?
'show_anime_collection' => TRUE,
// path to public directory on the server
2015-09-14 15:49:20 -04:00
'asset_dir' => realpath(__DIR__ . '/../../public'),
// ----------------------------------------------------------------------------
2015-09-14 15:49:20 -04:00
// Included config files
// ----------------------------------------------------------------------------
2015-09-14 15:49:20 -04:00
// Routing paths and options
'routing' => require __DIR__ . '/routing.php',
];