add some ;s

This commit is contained in:
Andrew Dolgov 2021-02-23 13:36:02 +03:00
parent 46e650622c
commit 9e2e12dff8
1 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@
Use the following syntax to override defaults (options are declared in classes/config.php, prefixed by TTRSS_):
putenv('TTRSS_DB_HOST=myserver')
putenv('TTRSS_SELF_URL_PATH=http://example.com/tt-rss')
putenv('TTRSS_DB_HOST=myserver');
putenv('TTRSS_SELF_URL_PATH=http://example.com/tt-rss');
Plugin-required constants also go here, using define():