From d6a85b7398a0ded7db60f1dc77856cccd4c89b00 Mon Sep 17 00:00:00 2001 From: jpuerto-psc <68066250+jpuerto-psc@users.noreply.github.com> Date: Tue, 5 Mar 2024 11:45:19 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d52f3934..70e65102 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Appyter enables you to serve that notebook on an executable webapp. If for some reason, `appyter` doesn't end up discoverable in your PATH, you can use `python3 -m appyter` instead. -- A dotenv file (`.env`) or environment variables can be use to configure HOST, PORT, and PREFIX of the webserver. +- A dotenv file (`.env`) or environment variables can be use to configure HOST (APPYTER_HOST), PORT (APPYTER_PORT), and PREFIX (APPYTER_PREFIX) of the webserver. - Some pre-configured profiles can be used for styling the form (`--profile=profile_name`) see `appyter/profiles` - In debug mode (`--debug`), changes to the notebook will automatically update the webapp. - Custom fields can be used by putting them in the directory of execution with the following format: