-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv.example
More file actions
24 lines (19 loc) · 725 Bytes
/
Copy pathenv.example
File metadata and controls
24 lines (19 loc) · 725 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
# Figma API Configuration
FIGMA_API_KEY=your_figma_api_key_here
FIGMA_FILE_KEY=your_figma_file_key_here
# GitHub MCP Configuration
GITHUB_TOKEN=your_github_personal_access_token_here
GITHUB_PERSONAL_ACCESS_TOKEN=your_github_personal_access_token_here
GITHUB_REPO_OWNER=your_github_username
GITHUB_REPO_NAME=WeddingInvitations
# microCMS Configuration
MICROCMS_API_KEY=your_microcms_api_key_here
MICROCMS_SERVICE_DOMAIN=your_service_domain_here
# Google Services Configuration
GOOGLE_APPS_SCRIPT_URL=your_google_apps_script_url_here
GOOGLE_MAPS_API_KEY=your_google_maps_api_key_here
# App Configuration
NEXT_PUBLIC_APP_URL=your_app_url_here
NEXT_PUBLIC_APP_NAME=Wedding_Invitations
# Development Configuration
PORT=3000