Grouped AWS Access Key env variables
This commit is contained in:
parent
8f8129c3d2
commit
14db65f8cd
1 changed files with 4 additions and 3 deletions
|
|
@ -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=
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue