diff --git a/webindustry.redirector-bundle.2.0.json b/webindustry.redirector-bundle.2.0.json index d5bc3ed..3de91bf 100644 --- a/webindustry.redirector-bundle.2.0.json +++ b/webindustry.redirector-bundle.2.0.json @@ -15,10 +15,13 @@ "config/packages/redirector-bundle.yaml": { "contents": [ "redirector:", - " redirect_subdomain: null # null | nwww_to_www | www_to_nwww", - " force_protocol: null # null | http | https", + " redirect_subdomain: '%env(REDIRECT_SUBDOMAIN)%' # null | nwww_to_www | www_to_nwww", + " force_protocol: '%env(FORCE_PROTOCOL)%' # null | http | https", " # exclude_redirect_subdomain: # optional", - " # - example.com" + " # - example.com", + "parameters:", + " env(REDIRECT_SUBDOMAIN): null", + " env(FORCE_PROTOCOL): null" ], "executable": false }