HummingBirdAnimeClient/app/config/config.php

9 lines
204 B
PHP
Raw Normal View History

<?php
return (object)[
// Username for feeds
'hummingbird_username' => 'timw4mail',
// Cache paths
'data_cache_path' => __DIR__ . '/../cache',
'img_cache_path' => __DIR__ .'/../../public/images'
];