summaryrefslogtreecommitdiff
path: root/classes/config.php
diff options
context:
space:
mode:
Diffstat (limited to 'classes/config.php')
-rw-r--r--classes/config.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/classes/config.php b/classes/config.php
index 349706390..b154206da 100644
--- a/classes/config.php
+++ b/classes/config.php
@@ -2,7 +2,9 @@
class Config {
private const _ENVVAR_PREFIX = "TTRSS_";
- /* overriding defaults (defined below in _DEFAULTS[]) via environment: DB_TYPE becomes TTRSS_DB_TYPE, etc */
+ // TODO: this should be extensible so plugins could add their own global directives (with defaults)
+
+ // overriding defaults (defined below in _DEFAULTS[]) via environment: DB_TYPE becomes TTRSS_DB_TYPE, etc
const DB_TYPE = "DB_TYPE";
const DB_HOST = "DB_HOST";