forked from cerealkiller2527/madhav_personal_portfolio
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
27 lines (23 loc) · 1.26 KB
/
.env.example
File metadata and controls
27 lines (23 loc) · 1.26 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
# =============================================================================
# PORTFOLIO ENVIRONMENT CONFIGURATION (EXAMPLE)
# =============================================================================
# Copy this file to .env and fill in your actual values
# This is the single environment file for the portfolio application.
# =============================================================================
# NOTION CMS CONFIGURATION
# =============================================================================
# Notion integration token for accessing your Notion workspace
# Get this from: https://www.notion.so/my-integrations
NOTION_TOKEN=your_notion_token_here
# Notion database IDs for blog and projects
# Get these from your Notion database URLs
NOTION_DATABASE_ID=your_blog_database_id_here
NOTION_PROJECTS_DATABASE_ID=your_projects_database_id_here
# =============================================================================
# SITE CONFIGURATION
# =============================================================================
# Public site URL (used for SEO, OpenGraph, RSS feeds, sitemaps)
# Update this to your actual domain when deploying
NEXT_PUBLIC_SITE_URL=https://your-domain.com
# Author email (used in RSS feeds and metadata)
AUTHOR_EMAIL=your-email@example.com