Skip to content

Commit

Permalink
ThejasNU/add tls certificate env variable in examples (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThejasNU authored Jan 16, 2025
1 parent 2671ada commit 33796a3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/source/faqs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -255,11 +255,15 @@ Make sure to review the required variables and populate them with appropriate va
------------------------------------------ REQUIRED -----------------------------------------
# Agent Catalog specific environment variables that identify where the catalog is stored.
AGENT_CATALOG_CONN_STRING=localhost
AGENT_CATALOG_CONN_STRING=couchbase://localhost
AGENT_CATALOG_USERNAME=Administrator
AGENT_CATALOG_PASSWORD=password
AGENT_CATALOG_BUCKET=travel-sample
# In case of capella instance or if secure connection is required
# replace couchbase with couchbases in AGENT_CATALOG_CONN_STRING and add the following
# AGENT_CATALOG_CONN_ROOT_CERTIFICATE=/path/to/cluster/root/certificate/on/local/system
# The holy OpenAI API key. :-)
OPENAI_API_KEY=...
Expand Down
4 changes: 4 additions & 0 deletions templates/agents/with_controlflow/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ AGENT_CATALOG_USERNAME=Administrator
AGENT_CATALOG_PASSWORD=password
AGENT_CATALOG_BUCKET=travel-sample

# In case of capella instance or if secure connection is required
# replace couchbase with couchbases in AGENT_CATALOG_CONN_STRING and add the following
# AGENT_CATALOG_CONN_ROOT_CERTIFICATE=/path/to/cluster/root/certificate/on/local/system

# Couchbase-specific environment variables (for the travel-agent example tools).
CB_CONN_STRING=localhost
CB_USERNAME=Administrator
Expand Down

0 comments on commit 33796a3

Please sign in to comment.