From dc97091029c69b5361425c507134dd614eb023a6 Mon Sep 17 00:00:00 2001 From: "Jonathan C. Dietrich" Date: Tue, 30 Apr 2024 14:55:37 -0400 Subject: [PATCH] just adding documentation for env.VARIABLE replacement variables --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a48a0be..6f71c28 100644 --- a/README.md +++ b/README.md @@ -270,6 +270,10 @@ You can use variable data in response. The variables will be defined as tags lik - URI - description +**Enviroment variables:** You can access the server's environment variables using + + * env."*VARIABLE_NAME*" + **Request data:** Use them if you want to add request data in your response. - request.scheme