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