1
0
Fork 0
mirror of synced 2024-06-26 18:20:43 +12:00
This commit is contained in:
Torsten Dittmann 2021-01-21 13:43:09 +01:00
parent d048c9eeb9
commit 607de4246b

View file

@ -355,7 +355,7 @@ return [
],
[
'name' => '_APP_FUNCTIONS_ENV_ALLOWLIST',
'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, support environments are: ' . \implode(', ', \array_keys(Config::getParam('providers'))),
'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' => '',
'required' => false,