mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 01:05:55 +00:00
add some ;s
This commit is contained in:
@@ -4,8 +4,8 @@
|
|||||||
|
|
||||||
Use the following syntax to override defaults (options are declared in classes/config.php, prefixed by TTRSS_):
|
Use the following syntax to override defaults (options are declared in classes/config.php, prefixed by TTRSS_):
|
||||||
|
|
||||||
putenv('TTRSS_DB_HOST=myserver')
|
putenv('TTRSS_DB_HOST=myserver');
|
||||||
putenv('TTRSS_SELF_URL_PATH=http://example.com/tt-rss')
|
putenv('TTRSS_SELF_URL_PATH=http://example.com/tt-rss');
|
||||||
|
|
||||||
Plugin-required constants also go here, using define():
|
Plugin-required constants also go here, using define():
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user