-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
21 lines (17 loc) · 739 Bytes
/
.env.example
File metadata and controls
21 lines (17 loc) · 739 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Ghost Content API Configuration
# Get your Content API key from Ghost Admin -> Integrations -> Add custom integration
GHOST_URL=https://your-ghost-instance.com
GHOST_CONTENT_KEY=your-content-api-key-here
GHOST_VERSION=v6.0
# Your Site URL
SITE_URL=https://your-site.example.com
# Image Host Configuration (Optional)
# Add your image hosting service URL here
# Supports multiple URLs separated by commas
IMAGE_HOST_URL=https://your-image-host.com,https://another-cdn.com
GOOGLE_ANALYTICS_TAG_ID=G-XXXXXXXXXX
# Cloudflare Access (Optional)
# Required only if your Ghost server is protected by Cloudflare Access
# Get your Service Token from Cloudflare Zero Trust -> Access -> Service Auth
CF_ACCESS_CLIENT_ID=
CF_ACCESS_CLIENT_SECRET=