- Added detailed instructions for Plesk deployment in `.env.plesk` and `compose-plesk.yaml`. - Updated `.gitignore` to exclude Docker-related files. - Enhanced Dockerfiles for both frontend and backend to optimize for Plesk deployment. - Refined TypeScript configurations across various files for improved module resolution and compatibility. - Removed obsolete logger fixes summary file to streamline documentation.
9 lines
215 B
Plaintext
9 lines
215 B
Plaintext
NODE_ENV=production
|
|
|
|
# Frontend (Next.js) — public runtime vars only
|
|
NEXT_PUBLIC_APP_NAME=Assist Solutions Portal
|
|
NEXT_PUBLIC_APP_VERSION=1.0.0
|
|
# Same-origin API behind Plesk proxy rule
|
|
NEXT_PUBLIC_API_BASE=/api
|
|
|