-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path.env.template
55 lines (44 loc) · 1.59 KB
/
.env.template
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
UNSTRUCTURED_API_KEY="<key-here>"
ANTHROPIC_API_KEY="<key-here>"
AWS_KEY="<key-here>"
AWS_SECRET="<key-here>"
WEAVIATE_CLOUD_API_KEY="<key-here>"
# Firecrawl
FIRECRAWL_API_KEY="<firecrawl-key-here>"
# AstraDB
ASTRA_DB_APPLICATION_TOKEN="<astra-token-here>"
ASTRA_DB_API_ENDPOINT="<astra-endpoint-here>"
# below are azure storage account combinations as creds
# you just need one combo of them
# combo#1
AZURE_CONNECTION_STRING="<string-here>"
# combo#2
AZURE_ACCOUNT_NAME="<name-here>"
AZURE_ACCOUNT_KEY="<key-here>"
# combo#3
AZURE_ACCOUNT_NAME="<name-here>"
AZURE_SAS_TOKEN="<token-here>"
# Neo4j
NEO4J_USERNAME="<USER_NAME>"
NEO4J_PASSWORD="<PASSWORD>"
MONGO_DB_CONNECTION_STRING="<CONNECTION_STRING>"
LOG_LEVEL="INFO"
CONFIRM_TOOL_USE='true'
# store your service account key in a json file in some safe location
# convert the json file into a string via command: cat /path/to/google_service_account_key.json | base64
# then use the string as the value for GOOGLEDRIVE_SERVICE_ACCOUNT_KEY
GOOGLEDRIVE_SERVICE_ACCOUNT_KEY="<converted string>"
# below is the databricks creds for both volumes and delta table connectors
DATABRICKS_CLIENT_ID="<client-id>"
DATABRICKS_CLIENT_SECRET="<client-secret>"
# one drive credential
ONEDRIVE_CLIENT_ID="<client-id-here>"
ONEDRIVE_CLIENT_CRED="<client-cred-here>"
ONEDRIVE_TENANT_ID="<tenant-id-here>"
PINECONE_API_KEY="<key-here>"
SALESFORCE_CONSUMER_KEY="<PASSWORD>"
SALESFORCE_PRIVATE_KEY="<TOKEN(paste your entire .pem file here)>"
# sharepoint credential
SHAREPOINT_CLIENT_ID="<client-id-here>"
SHAREPOINT_CLIENT_CRED="<client-cred-here>"
SHAREPOINT_TENANT_ID="<tenant-id-here>"