docs(install): cover Docker and native deployments
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user