Skip to content

Commit dd2456e

Browse files
committed
docs: generate sourcemaps env var
1 parent ddd468c commit dd2456e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

guides/hosting/configurations/shopware/environment-variables.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ This page lists all environment variables that can be used to configure Shopware
3030
| `ENABLE_OPENSEARCH_FOR_ADMIN_API` | (empty) | When set to `1`, applies OpenSearch globally for supported Admin API searches and listings in Administration. Requires `ADMIN_OPENSEARCH_URL` and `SHOPWARE_ADMIN_ES_ENABLED=1` to be configured. Experimental feature (since 6.7.9.0) |
3131
| `ENABLE_SERVICES` | `auto` | Determines if services are enabled, auto detects that based on `APP_ENV`, other possible values are `true` (or `1`) and `false` (or `0`). When set to `0`, Shopware Services won't be installed on the system |
3232
| `FASTLY_API_KEY` | (empty) | API key for Fastly CDN integration. **Keep this value secure and do not commit it to version control.** |
33+
| `GENERATE_SOURCEMAPS` | (empty) | Set to `true` to emit JavaScript sourcemaps during production builds (`NODE_ENV=production`). Applies to the Storefront webpack build and all Vite builds (Administration core, Administration extension plugins, and Storefront components). Has no effect in non-production environments, where sourcemaps are always generated. (since 6.7.13.0) |
3334
| `INSTANCE_ID` | (empty) | Unique Identifier for the Store: Can be generated with `openssl rand -hex 32` |
3435
| `LOCK_DSN` | `flock` | DSN for Symfony locking |
3536
| `MAILER_DSN` | `null://localhost` | Mailer DSN (Admin Configuration overwrites this) |

0 commit comments

Comments
 (0)