We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cb8fef commit 95a4b47Copy full SHA for 95a4b47
internal/config/config.go
@@ -141,7 +141,7 @@ func applyEnv(cfg *Config) {
141
if v := os.Getenv("R2_ENDPOINT"); v != "" {
142
cfg.R2.Endpoint = v
143
}
144
- if v := os.Getenv("WP_COMPOSER_DEPLOY_R2"); v != "" {
+ if v := os.Getenv("WP_PACKAGES_DEPLOY_R2"); v != "" {
145
cfg.R2.Enabled = strings.EqualFold(v, "true") || v == "1"
146
147
if v := os.Getenv("R2_CDN_BUCKET"); v != "" {
0 commit comments