-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
20 lines (15 loc) · 792 Bytes
/
Copy path.env.example
File metadata and controls
20 lines (15 loc) · 792 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# =============================================================================
# Virex Theme - Environment Variables
# Copy this file to .env and fill in your values.
# =============================================================================
# -----------------------------------------------------------------------------
# Site Configuration (Required)
# -----------------------------------------------------------------------------
# The canonical URL of your site (used for SEO, sitemaps, and RSS feeds)
SITE_URL=https://your-domain.com
# Your site/brand name (displayed in header, footer, and meta tags)
SITE_NAME=Your Brand
# Site description for SEO and meta tags
SITE_DESCRIPTION=Your product description here
# Author name for meta tags and copyright
SITE_AUTHOR=Your Name