From bf0fb33a77b5ff8ac8ae6e3469e43896fa3051a4 Mon Sep 17 00:00:00 2001 From: Torsten Dittmann Date: Thu, 28 Jan 2021 09:52:54 +0100 Subject: [PATCH] adds default function environments --- app/config/variables.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/variables.php b/app/config/variables.php index 653a82f74e..011164db25 100644 --- a/app/config/variables.php +++ b/app/config/variables.php @@ -357,7 +357,7 @@ return [ 'name' => '_APP_FUNCTIONS_ENVS', 'description' => 'This option allows you to limit the available environments for cloud functions. This option is very useful for low-cost servers to safe disk space.\n\nTo enable/activate this option, pass a list of allowed environments separated by a comma.\n\nCurrently, supported environments are: ' . \implode(', ', \array_keys(Config::getParam('providers'))), 'introduction' => '0.7.0', - 'default' => '', + 'default' => 'node-14.5,deno-1.6,php-7.4,python-3.8,ruby-3.0,dotnet-5.0', 'required' => false, 'question' => '', ],