-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
68 lines (56 loc) · 3.39 KB
/
Copy path.env.example
File metadata and controls
68 lines (56 loc) · 3.39 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
# =============================================================================
# Enterprise segment - OpenClaw daemon env file (~/.openclaw/.env)
# SAMPLE FILE. Copy to ~/.openclaw/.env on the NemoClaw sandbox host and replace
# every value with real credentials before starting the OpenClaw gateway.
# Every value below is a non-functional placeholder.
# =============================================================================
# --- Salesforce --------------------------------------------------------------
SALESFORCE_INSTANCE_URL=https://mycompany.my.salesforce.com
SALESFORCE_CLIENT_ID=SAMPLE-3MVG9xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
SALESFORCE_CLIENT_SECRET=SAMPLE-replace-me-0000000000000000
SALESFORCE_USERNAME=service-agent@mycompany.com
SALESFORCE_PASSWORD=SAMPLE-replace-me-password
SALESFORCE_SECURITY_TOKEN=SAMPLE-replace-me-token00000000
# --- ServiceNow --------------------------------------------------------------
SERVICENOW_INSTANCE_URL=https://mycompany.service-now.com
SERVICENOW_USERNAME=svc-openclaw-agent
SERVICENOW_PASSWORD=SAMPLE-replace-me-000000000000
# --- Slack -------------------------------------------------------------------
SLACK_BOT_TOKEN=xoxb-SAMPLE-000000000000-000000000000-SAMPLEreplacemetoken000000
SLACK_SIGNING_SECRET=SAMPLE-replace-me-signing-secret-0000000000000000
# --- Jira --------------------------------------------------------------------
JIRA_BASE_URL=https://mycompany.atlassian.net
JIRA_USER_EMAIL=service-agent@mycompany.com
JIRA_API_TOKEN=SAMPLE-replace-me-jira-api-token-00000000000000000000000000000000
# --- GitHub ------------------------------------------------------------------
GITHUB_TOKEN=ghp_SAMPLE-replace-me-000000000000000000000000000000000000
# --- Okta --------------------------------------------------------------------
OKTA_DOMAIN=mycompany.okta.com
OKTA_API_TOKEN=SAMPLE-replace-me-okta-api-token-00000000000000000000000000000000
# --- Snowflake ---------------------------------------------------------------
SNOWFLAKE_ACCOUNT=myorg-myaccount
SNOWFLAKE_USER=svc_openclaw_reporting
SNOWFLAKE_PASSWORD=SAMPLE-replace-me-000000000000
SNOWFLAKE_WAREHOUSE=REPORTING_XS
SNOWFLAKE_DATABASE=ANALYTICS
SNOWFLAKE_SCHEMA=PUBLIC
SNOWFLAKE_ROLE=REPORTING_READ_ONLY
# --- Workday -----------------------------------------------------------------
WORKDAY_BASE_URL=https://wd3-impl-services1.workday.com/ccx/service/mycompany
WORKDAY_USERNAME=ISU_OpenClaw_Agent
WORKDAY_PASSWORD=SAMPLE-replace-me-000000000000
WORKDAY_TENANT=mycompany
# --- Zendesk -----------------------------------------------------------------
ZENDESK_SUBDOMAIN=mycompany
ZENDESK_EMAIL=service-agent@mycompany.com
ZENDESK_API_TOKEN=SAMPLE-replace-me-zendesk-api-token-0000000000000000000000000000
# --- Confluence --------------------------------------------------------------
CONFLUENCE_BASE_URL=https://mycompany.atlassian.net/wiki
CONFLUENCE_USER_EMAIL=service-agent@mycompany.com
CONFLUENCE_API_TOKEN=SAMPLE-replace-me-confluence-api-token-000000000000000000000000
# --- HubSpot -----------------------------------------------------------------
HUBSPOT_ACCESS_TOKEN=pat-na1-SAMPLE-replace-me-00000000-0000-0000-0000-000000000000
# --- Zoom --------------------------------------------------------------------
ZOOM_ACCOUNT_ID=SAMPLE-replace-me-account-id-000000000000
ZOOM_CLIENT_ID=SAMPLE-replace-me-client-id-000000000
ZOOM_CLIENT_SECRET=SAMPLE-replace-me-client-secret-000000000000000000000000