summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-02-23 13:36:02 +0300
committerAndrew Dolgov <[email protected]>2021-02-23 13:36:02 +0300
commit9e2e12dff8cd34de61d929fd48a72ec3e9407bc4 (patch)
treeae8bc93ea0aef344beae5d609ed22e24b0e53cb6 /config.php-dist
parent46e650622c203047d1b756991bd14ec5071e9c03 (diff)
add some ;s
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.php-dist b/config.php-dist
index b633a7b6b..27006377d 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -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():