From 14db65f8cda75848f6011fe6cd66b52b49e4174e Mon Sep 17 00:00:00 2001 From: Lucas Oliveira Date: Tue, 16 Dec 2025 10:48:03 -0300 Subject: [PATCH] Grouped AWS Access Key env variables --- .env.example | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.env.example b/.env.example index 6394c228..ae8fcb70 100644 --- a/.env.example +++ b/.env.example @@ -40,6 +40,10 @@ GOOGLE_OAUTH_CLIENT_SECRET= MICROSOFT_GRAPH_OAUTH_CLIENT_ID= MICROSOFT_GRAPH_OAUTH_CLIENT_SECRET= +# AWS Access Key ID and Secret Access Key with access to your S3 instance +AWS_ACCESS_KEY_ID= +AWS_SECRET_ACCESS_KEY= + # OPTIONAL: dns routable from google (etc.) to handle continous ingest (something like ngrok works). This enables continous ingestion WEBHOOK_BASE_URL= @@ -51,9 +55,6 @@ WATSONX_API_KEY= WATSONX_ENDPOINT= WATSONX_PROJECT_ID= -AWS_ACCESS_KEY_ID= -AWS_SECRET_ACCESS_KEY= - # OPTIONAL url for openrag link to langflow in the UI LANGFLOW_PUBLIC_URL=