docs: provide correct values for PLATFORM_NAME (#1119)

* docs: provide correct values for PLATFORM_NAME

* docs: update PLATFORM_NAME values
This commit is contained in:
Wassim Chegham 2021-10-25 18:54:55 +02:00 коммит произвёл GitHub
Родитель ff796c21fc
Коммит cbf3b26366
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -19,7 +19,7 @@ ORYX\_DISABLE\_TELEMETRY | Disable Oryx command line tools from collecting a
ORYX\_APP\_TYPE | Type of application that the the source directory has. | "" | 'functions','static-sites', 'webapps'.
DISABLE\_RECURSIVE\_LOOKUP | Indicates if detectors should consider looking into sub-directories for files | `false` | `true`, `false`
ENABLE\_MULTIPLATFORM\_BUILD | Apply more than one toolset if repo indicates it | `false` | `true`, `false`
PLATFORM\_NAME | Specify which platform the app is using | "" | "python"
PLATFORM\_NAME | Specify which platform the app is using. Possible values are: nodejs, hugo, python, dotnet, php, ruby, java. | "" | "python"
PLATFORM\_VERSION | Specify which platform version the app is using | "" | "3.7.1"
REQUIRED\_OS\_PACKAGES | Indicate if it requires OS packages for Node or Python packages | `false` | `true`, `false`
CREATE\_PACKAGE | Indicate if it shoud create packages for the app | `false` | `true`, `false`