Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/routes/docs/products/functions/develop/+page.markdoc
Original file line number Diff line number Diff line change
Expand Up @@ -1335,7 +1335,7 @@ If you need to pass constants or secrets to Appwrite Functions, you can use envi
| `APPWRITE_FUNCTION_RUNTIME_VERSION` | The runtime version of the running function. | Both |

{% arrow_link href="/docs/products/functions/functions#environment-variables" %}
Learn to add variables to you function
Learn how to add variables to your function
{% /arrow_link %}

You can access the environment variables through the systems library of each language.
Expand Down