-
-
Notifications
You must be signed in to change notification settings - Fork 157
Expand file tree
/
Copy path.env.example
More file actions
38 lines (28 loc) · 876 Bytes
/
.env.example
File metadata and controls
38 lines (28 loc) · 876 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
29
30
31
32
33
34
35
36
37
38
# MARVIN Environment Variables
# Copy this file to .env and fill in your values
# cp .env.example .env
# ============================================
# INTEGRATIONS
# ============================================
# Google Workspace (for Gmail, Calendar, Drive)
# Get these from Google Cloud Console or ask your admin
GOOGLE_OAUTH_CLIENT_ID=
GOOGLE_OAUTH_CLIENT_SECRET=
# Atlassian (for Jira, Confluence)
# Uses browser auth, no keys needed here
# ============================================
# API KEYS (for future integrations)
# ============================================
# Notion
NOTION_API_KEY=
# Linear
LINEAR_API_KEY=
# Slack
SLACK_BOT_TOKEN=
# OpenAI (if using for specific skills)
OPENAI_API_KEY=
# ============================================
# CUSTOM
# ============================================
# Add your own keys here as needed
# MY_SERVICE_API_KEY=