From 432b7bbffe07b9115f47dec3a396764e5eaf7cc7 Mon Sep 17 00:00:00 2001 From: Saurav Niraula <52109383+sauravniraula@users.noreply.github.com> Date: Tue, 24 Jun 2025 14:45:04 +0545 Subject: [PATCH] Documentation edits made through Mintlify web editor --- docs/configurations/environment-variables.mdx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/configurations/environment-variables.mdx b/docs/configurations/environment-variables.mdx index 8ff61742..3929e4ef 100644 --- a/docs/configurations/environment-variables.mdx +++ b/docs/configurations/environment-variables.mdx @@ -34,5 +34,10 @@ Presenton can be customized and secured using environment variables. Below are t ### Example: Running Presenton with Environment Variables ```bash -docker run -it --name presenton -p 5000:80 -e LLM="openai" -e OPENAI_API_KEY="your_openai_api_key" -e CAN_CHANGE_KEYS="false" -v "./user_data:/app/user_data" ghcr.io/presenton/presenton:v0.3.0-beta +docker run -it --name presenton -p 5000:80 \ +-e LLM="openai" \ +-e OPENAI_API_KEY="your_openai_api_key" \ +-e CAN_CHANGE_KEYS="false" \ +-v "./user_data:/app/user_data" \ +ghcr.io/presenton/presenton:v0.3.0-beta ``` \ No newline at end of file