22 lines
635 B
Plaintext
22 lines
635 B
Plaintext
# Strapi Configuration
|
|
# Copy this file to .env.local and update with your values
|
|
|
|
# Strapi CMS Base URL
|
|
# This is used by the Next.js frontend to fetch content
|
|
NEXT_PUBLIC_STRAPI_BASE_URL=https://career.tech4bizsolutions.com
|
|
|
|
# Migration Script Configuration
|
|
# These are only needed when running migration scripts
|
|
|
|
# Old Strapi Server (source)
|
|
OLD_STRAPI_URL=https://career.tech4bizsolutions.com
|
|
|
|
# New Strapi Server (destination)
|
|
NEW_STRAPI_URL=https://your-new-strapi-server.com
|
|
|
|
# API Token for new Strapi server (if authentication is required)
|
|
# Generate this in Strapi Admin Panel > Settings > API Tokens
|
|
NEW_STRAPI_API_TOKEN=
|
|
|
|
|