add Platform description in install

This commit is contained in:
root
2020-08-18 10:38:41 +08:00
parent 0a7887409c
commit cfda210fdc
5 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -299,7 +299,7 @@ function SetbaseConfig($Envs, $accountId, $region, $service_name, $function_name
ksort($tmp_env);
$tmpdata['functionName'] = $function_name;
$tmpdata['description'] = 'Onedrive index and manager in Ali FC.';
$tmpdata['description'] = 'Onedrive index and manager in Aliyun FC.';
$tmpdata['memorySize'] = 128;
$tmpdata['timeout'] = 30;
$tmpdata['runtime'] = 'php7.2';