]> git.wh0rd.org - tt-rss.git/blame - config.php-dist
http user auth, password changer in preferences
[tt-rss.git] / config.php-dist
CommitLineData
8af5db8f 1<?
763f2268 2 // PostgreSQL must be configured to accept connections
f92db4f5 3 // via TCP/IP and authentified by password.
648472a7 4
763f2268 5 define(DB_TYPE, "pgsql"); // or mysql
648472a7
AD
6 define(DB_HOST, "localhost");
7 define(DB_USER, "fox");
8 define(DB_NAME, "fox");
9 define(DB_PASS, "XXXXXX");
10
a1a8a2be 11 define('MAGPIE_CACHE_DIR', '/var/tmp/magpie-ttrss-cache');
f92db4f5 12 // Local cache directory for RSS feeds
f92db4f5 13
b0b4abcf 14 define(WEB_DEMO_MODE, false);
7a991cac 15
8af5db8f
AD
16?>
17