-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.env.example
More file actions
51 lines (43 loc) · 1.92 KB
/
Copy path.env.example
File metadata and controls
51 lines (43 loc) · 1.92 KB
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
APP_NAME=ocs
CDK_ACCOUNT=123456789012
CDK_REGION=us-east-1
MAINTENANCE_WINDOW=Mon:00:00-Mon:01:00
PRIVACY_POLICY_URL=
TERMS_URL=
ACCEPTABLE_USE_POLICY_URL=
SIGNUP_ENABLED=False
SLACK_BOT_NAME=OCS Bots
SENTRY_ENVIRONMENT=development
# Domains
EMAIL_DOMAIN=
# Optional: comma-separated list of additional inbound email domains
# Each gets a SES EmailIdentity (DKIM-verified) and is added to the receipt rule.
EMAIL_INBOUND_DOMAINS=
DJANGO_SERVER_EMAIL=noreply@openchatstudio.com
DJANGO_DEFAULT_FROM_EMAIL=noreply@openchatstudio.com
DOMAIN_NAME=
# HubSpot prelogin contact form (optional)
HUBSPOT_FORM_PORTAL_ID=
HUBSPOT_FORM_ID=
PRELOGIN_CONTACT_EMAIL=
# Optional: JSON object of demo bots shown on the prelogin page, loaded via json.loads.
# Do NOT wrap the value in outer quotes — dotenv reads it as a raw literal.
PRELOGIN_DEMO_BOTS={"nanibot": {"id": "...", "embed_key": "...", "header_text": "NaniBot"}}
# Optional: JSON array of team metadata field definitions, loaded via json.loads.
# Do NOT wrap the value in outer quotes — dotenv reads it as a raw literal.
TEAM_METADATA_FIELDS=[{"key":"division","label":"Dimagi Division Name"},{"key":"owner","label":"Dimagi Owner"}]
# Optional: host serving anymail's SES inbound webhook. Defaults to DOMAIN_NAME
# when unset. Set this only if the webhook endpoint lives on a different host
# than the apex domain (e.g. during a domain migration).
ANYMAIL_WEBHOOK_DOMAIN=
DJANGO_ALLOWED_HOSTS=
SYSTEM_AGENT_MODELS_HIGH=
SYSTEM_AGENT_MODELS_LOW=
DEFER_PYDANTIC_BUILD=0
# Optional: CloudWatch alarms still publish to the AlarmTopic SNS topic without
# these, but won't reach Slack until both are set. Requires a one-time manual
# step: authorize your Slack workspace in the AWS Chatbot console (Chatbot >
# Configure new client > Slack), then copy the workspace ID from there and the
# channel ID from Slack (right-click the channel > Copy link > last segment).
SLACK_WORKSPACE_ID=
SLACK_ALERTS_CHANNEL_ID=