-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
28 lines (24 loc) · 794 Bytes
/
Copy path.env.example
File metadata and controls
28 lines (24 loc) · 794 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
27
28
# Google Workspace domain (e.g., example.com)
SEA_DOMAIN=
# Path to the service account credentials JSON file
SEA_SERVICE_ACCOUNT_KEY=./credentials/service-account.json
# Admin email address with delegation rights
SEA_ADMIN_EMAIL=
# OpenAI API key
OPENAI_API_KEY=
# Optional overrides
# SEA_ANALYSIS_DAYS=90
# SEA_SAAS_LIST=./data/saas-domains.json
# SEA_OUTPUT_PATH=./reports/sea-report.csv
# SEA_STATE_PATH=./state
# SEA_DB_PATH=./data/sea-findings.db
# SEA_GMAIL_DELAY_MS=200
# SEA_OPENAI_BATCH_DELAY_MS=500
# SEA_ATTACHMENTS_DIR=./attachments
# SEA_EXCLUDE_SENDERS=billing@vendor.com,marketing@vendor.com
# SEA_EXCLUDE_SENDER_DOMAINS=marketing.vendor.com,vendors.io
# SEA_MAX_USERS=50
# SEA_LOG_LEVEL=debug
# SEA_API_PORT=4000
# SEA_API_CORS_ALLOW=*
# SEA_API_URL=http://localhost:4000