Ticket #144 (new enhancement)

Opened 1 year ago

config.php having all parameters inside itself

Reported by: trac-user Assigned to: dslovin
Priority: wishlist Milestone:
Component: gui (not web) Version:
Keywords: Cc:

Description

Is it possible to have all parameters of the program inside config.php ? For example, I have these two options in update_feeds.php:

define('MAGPIE_CACHE_DIR', '/var/tmp/magpie-ttrss-cache-cli');

When I update ttrss, I have to edit this file. It can be much much easier to use only one file.