9 lines
274 B
Bash
9 lines
274 B
Bash
# Copy to /etc/magent/frontend.env. This file must not contain backend secrets.
|
|
NODE_ENV=production
|
|
NEXT_TELEMETRY_DISABLED=1
|
|
HOSTNAME=127.0.0.1
|
|
PORT=3000
|
|
NEXT_PUBLIC_API_BASE=/api
|
|
BACKEND_INTERNAL_URL=http://127.0.0.1:8000
|
|
MAGENT_APPLICATION_URL=https://magent.example.com
|