mirror of
https://github.com/temporal-community/temporal-ai-agent.git
synced 2026-03-15 14:08:08 +01:00
Temporal Cloud support
This commit is contained in:
10
.env.example
10
.env.example
@@ -3,4 +3,12 @@ OPENAI_API_KEY=sk-proj-...
|
||||
RAPIDAPI_KEY=9df2cb5...
|
||||
RAPIDAPI_HOST=sky-scrapper.p.rapidapi.com
|
||||
|
||||
STRIPE_API_KEY=sk_test_51J...
|
||||
STRIPE_API_KEY=sk_test_51J...
|
||||
|
||||
# uncomment and unset these environment variables to connect to the local dev server
|
||||
TEMPORAL_ADDRESS=namespace.acct.tmprl.cloud:7233
|
||||
TEMPORAL_NAMESPACE=default
|
||||
TEMPORAL_TASK_QUEUE=agent-task-queue
|
||||
TEMPORAL_TLS_CERT='path/to/cert.pem'
|
||||
TEMPORAL_TLS_KEY='path/to/key.pem'
|
||||
# TEMPORAL_API_KEY=abcdef1234567890 # Uncomment not using mTLS
|
||||
Reference in New Issue
Block a user