forked from aptos-labs/aptos-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
82 lines (61 loc) · 2.55 KB
/
Copy path.env.example
File metadata and controls
82 lines (61 loc) · 2.55 KB
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
# =========================================
# Core Configuration
# =========================================
# Enable experimental CorePack feature (optional)
# See more here: https://nodejs.org/api/corepack.html
ENABLE_EXPERIMENTAL_COREPACK=1
# =========================================
# Feature Flags
# =========================================
# Set to true if you want to enable API Reference documentation pages (optional)
ENABLE_API_REFERENCE=false
# Set to true if you want to enable Move Reference documentation (optional)
ENABLE_MOVE_REFERENCE=false
# =========================================
# GitHub Configuration
# =========================================
# GitHub personal access token (optional)
# Set your GitHub Token to allow loading Move Reference from GitHub
# Required only if you need to build Move Reference documentation locally
# Permissions needed: repo, read:packages
# Generate at: https://github.com/settings/tokens
GITHUB_TOKEN=
# =========================================
# Auth Configuration
# =========================================
# Firebase credentials (required for authentication)
# Get these from your Firebase Console -> Project Settings -> General
PUBLIC_FIREBASE_APP_ID=
PUBLIC_FIREBASE_PROJECT_ID=
PUBLIC_FIREBASE_AUTH_DOMAIN=
PUBLIC_FIREBASE_API_KEY=
# =========================================
# Search Configuration
# =========================================
# Algolia search configuration (optional - defaults to Pagefind if not set)
# Get these from your Algolia dashboard at: https://dashboard.algolia.com
# Create a new application or use an existing one
# Under API Keys, you'll find your App ID and Search-Only API Key
ALGOLIA_APP_ID=
ALGOLIA_SEARCH_API_KEY=
# The index name is the unique identifier for your search index
# You can create a new one or use an existing one from your Algolia dashboard
ALGOLIA_INDEX_NAME=
# =========================================
# Analytics & Tracking Configuration
# =========================================
# Google GTM tracking ID (optional)
# Format: G-XXXXXXXXXX
# Get this from your Google Analytics dashboard
# Used for tracking website traffic and user behavior
GTAG_ID=
# =========================================
# Dynamic OG Image Generation Configuration
# =========================================
# OG Image generation secret (optional)
# This is used for securing the Open Graph image generation
# Generate a secure random string using:
# node -e "console.log(crypto.randomBytes(16).toString('hex'))"
# Must be at least 32 characters long
OG_IMAGES_SECRET=
PUBLIC_CHATBOT_URL=