File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,6 @@ The deployment process uses several environment variables to template image loca
110110| ` DD_VERSION_BACKEND ` | Version tag for backend & worker services | ` 1.0.0 ` |
111111| ` DD_VERSION_DISCOUNTS ` | Version tag for discounts service | ` 1.0.0 ` |
112112| ` DD_VERSION_NGINX ` | Version tag for nginx | ` 1.0.0 ` |
113- | ` NEXT_PUBLIC_DD_SERVICE_FRONTEND ` | RUM service name for frontend | ` store-frontend ` |
114113| ` NEXT_PUBLIC_DD_VERSION_FRONTEND ` | Version tag for frontend service | ` 1.0.0 ` |
115114| ` DD_API_KEY ` | Datadog API key (for secret creation) | ` <your-datadog-api-key> ` |
116115| ` DD_APP_KEY ` | Datadog App key (for secret creation) | ` <your-datadog-app-key> ` |
@@ -145,7 +144,6 @@ export DD_VERSION_ADS_PYTHON=1.0.0
145144export DD_VERSION_BACKEND=1.0.0
146145export DD_VERSION_DISCOUNTS=1.0.0
147146export DD_VERSION_NGINX=1.28.0
148- export NEXT_PUBLIC_DD_SERVICE_FRONTEND=store-frontend
149147export NEXT_PUBLIC_DD_VERSION_FRONTEND=1.0.0
150148```
151149
Original file line number Diff line number Diff line change 1818 NEXT_PUBLIC_SPREE_CLIENT_HOST : /services/backend
1919 NEXT_PUBLIC_SPREE_IMAGE_HOST : /services/backend
2020 NEXT_PUBLIC_SPREE_ALLOWED_IMAGE_DOMAIN : service-proxy
21- NEXT_PUBLIC_DD_ENV : storedog-k8s
2221 DD_ENV : storedog-k8s
You can’t perform that action at this time.
0 commit comments