Assist_Design/.env.plesk

19 lines
801 B
Plaintext
Raw Normal View History

# 🚀 Customer Portal - Plesk Production Environment (Frontend-only sample)
# IMPORTANT: Do NOT store secrets under httpdocs.
# Use split env files in Plesk private path:
# - Frontend (public vars): /var/www/vhosts/asolutions.jp/private/env/portal-frontend.env
# - Backend (secrets) : /var/www/vhosts/asolutions.jp/private/env/portal-backend.env
# See PLESK_DEPLOYMENT.md → Plesk Deployment Notes
# ====== Core ======
NODE_ENV=production
# ====== Frontend (Next.js) ======
NEXT_PUBLIC_APP_NAME=Assist Solutions Portal
NEXT_PUBLIC_APP_VERSION=1.0.0
NEXT_PUBLIC_API_BASE=/api
# For backend/server settings and secrets, move the values to:
# /var/www/vhosts/asolutions.jp/private/env/portal-backend.env
# The backend env should contain DB/Redis URLs, JWT, WHMCS, Salesforce, SendGrid, etc.