tinytinyrss/config.php-dist

19 lines
518 B
Plaintext
Raw Permalink Normal View History

2006-08-19 10:22:01 +02:00
<?php
2021-02-22 21:04:50 +01:00
/*
This file can be used to customize global defaults if environment method is not available (i.e. no Docker).
Use the following syntax to override defaults (options are declared in classes/config.php, prefixed by TTRSS_):
2021-02-23 11:36:02 +01:00
putenv('TTRSS_DB_HOST=myserver');
putenv('TTRSS_SELF_URL_PATH=http://example.com/tt-rss');
2021-02-22 21:04:50 +01:00
Plugin-required constants also go here, using define():
define('LEGACY_CONSTANT', 'value');
etc.
See this page for more information: https://tt-rss.org/wiki/GlobalConfig
*/