1
0
Fork 0
mirror of synced 2024-06-02 10:54:44 +12:00

adds default function environments

This commit is contained in:
Torsten Dittmann 2021-01-28 09:52:54 +01:00
parent b16e5f716c
commit bf0fb33a77

View file

@ -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' => '',
],