Skip to content

Commit

Permalink
Minor docs update for kf env
Browse files Browse the repository at this point in the history
  • Loading branch information
balamut-google committed Dec 5, 2023
1 parent b38056a commit c1d9aea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/content/en/docs/v2.11/cli/generated/kf-env.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ Kf provides the following runtime environment variables:
* DATABASE_URL: The first URI found in a VCAP_SERVICES credential.
* DISK_LIMIT: The maximum amount of disk storage in MB the App can use.
* LANG: Required by buildpacks to ensure consistent script load order.
* MEMORY_LIMIT: The maximum amount of memory in MB the App can consume.
* MEMORY_LIMIT: The maximum amount of memory the App can consume.
* MEMORY_LIMIT_IN_MB: The maximum amount of memory in MB the App can consume.
* PORT: The port the App should listen on for requests.
* VCAP_APP_PORT: Alias of PORT
* VCAP_APPLICATION: A JSON structure containing app metadata.
Expand Down

0 comments on commit c1d9aea

Please sign in to comment.