From 0fcb37adcb08e8a74d712ff8a6146f91fa14d7a9 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Mon, 20 Mar 2017 21:29:55 -0600 Subject: OC_ -> NC_ Signed-off-by: Morris Jobke --- lib/private/Config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/private') diff --git a/lib/private/Config.php b/lib/private/Config.php index 28d8c560c5d..79742026660 100644 --- a/lib/private/Config.php +++ b/lib/private/Config.php @@ -40,7 +40,7 @@ namespace OC; */ class Config { - const ENV_PREFIX = 'OC_'; + const ENV_PREFIX = 'NC_'; /** @var array Associative array ($key => $value) */ protected $cache = array(); @@ -76,7 +76,7 @@ class Config { /** * Returns a config value * - * gets its value from an `OC_` prefixed environment variable + * gets its value from an `NC_` prefixed environment variable * if it doesn't exist from config.php * if this doesn't exist either, it will return the given `$default` * -- cgit v1.2.3