Temporal Cloud support

This commit is contained in:
Steve Androulakis
2025-01-10 14:17:07 -08:00
parent c623029c9d
commit 9c11298fe1
3 changed files with 12 additions and 9 deletions

View File

@@ -6,9 +6,13 @@ RAPIDAPI_HOST=sky-scrapper.p.rapidapi.com
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
# TEMPORAL_ADDRESS=namespace.acct.tmprl.cloud:7233
# TEMPORAL_NAMESPACE=default
# TEMPORAL_TASK_QUEUE=agent-task-queue
# Uncomment if using mTLS (not needed for local dev server)
# TEMPORAL_TLS_CERT='path/to/cert.pem'
# TEMPORAL_TLS_KEY='path/to/key.pem'
# Uncomment if using API key (not needed for local dev server)
# TEMPORAL_API_KEY=abcdef1234567890