-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
26 lines (20 loc) · 934 Bytes
/
Copy path.env.example
File metadata and controls
26 lines (20 loc) · 934 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
OPENAI_API_KEY=sk-proj-...
NEXT_PUBLIC_CHATKIT_WORKFLOW_ID=wf_...
# Optional: Redpanda/Apache Kafka settings for telemetry (server-side only)
# Comma-separated list of brokers (from Redpanda Cloud cluster overview)
# Example: d3p9hi9mqts75cf5br40.any.us-west-2.mpx.prd.cloud.redpanda.com:9092
REDPANDA_BROKERS=d3p9hi9mqts75cf5br40.any.us-west-2.mpx.prd.cloud.redpanda.com:9092
# Cloud API credentials (create in Redpanda Cloud UI)
REDPANDA_SASL_USERNAME=
REDPANDA_SASL_PASSWORD=
# SASL mechanism, usually scram-sha-256 or scram-sha-512
REDPANDA_SASL_MECHANISM=scram-sha-256
# CA certificate for TLS verification.
# Provide either PEM inline or base64-encoded content.
# Put full PEM text in REDPANDA_CA_CERT, OR base64 in REDPANDA_CA_CERT_BASE64.
REDPANDA_CA_CERT=
REDPANDA_CA_CERT_BASE64=
# Default topic to send telemetry to
REDPANDA_TELEMETRY_TOPIC=chatkit_telemetry
# Optional client id label
REDPANDA_CLIENT_ID=chatkit-app