-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.local.example
More file actions
23 lines (18 loc) · 950 Bytes
/
Copy path.env.local.example
File metadata and controls
23 lines (18 loc) · 950 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Local Environment Variables
# This file is for local development only and will NOT be committed to git
# Copy this file to .env.local and fill in your actual credentials
# Google Analytics 4 Configuration
GA_PROPERTY_ID=your-ga4-property-id-here
GOOGLE_SERVICE_ACCOUNT_KEY={"type":"service_account","project_id":"your-project-id","private_key":"-----BEGIN PRIVATE KEY-----\nYOUR_PRIVATE_KEY_HERE\n-----END PRIVATE KEY-----\n","client_email":"your-service-account@your-project-id.iam.gserviceaccount.com"}
# JIRA Configuration
JIRA_BASE_URL=https://your-domain.atlassian.net
JIRA_USERNAME=your-email@company.com
JIRA_API_TOKEN=your-jira-api-token-here
# OpenAI Configuration (optional)
OPENAI_API_KEY=your-openai-api-key-here
# Algolia Configuration (optional)
ALGOLIA_APP_ID=your-algolia-app-id-here
ALGOLIA_ANALYTICS_API_KEY=your-algolia-analytics-api-key-here
ALGOLIA_INDEX_NAME=your-docs-index-name
# Site Password
SITE_PASS=docsdash2024