diff --git a/nodejshelper/settings/settings.ini.default.php b/nodejshelper/settings/settings.ini.default.php index 627e72b..80d1e57 100644 --- a/nodejshelper/settings/settings.ini.default.php +++ b/nodejshelper/settings/settings.ini.default.php @@ -1,7 +1,7 @@ 'localhost', + 'connect_db' => getenv('REDIS_HOST') ?: 'localhost', 'connect_db_id' => 0, 'connect_db_pass' => null, 'automated_hosting' => false, @@ -14,4 +14,4 @@ ) ); -?> \ No newline at end of file +?>