X-Git-Url: https://git.rapsys.eu/recipe/blobdiff_plain/7c873bf837a61c9535c7afdda5a049658c28e96e..HEAD:/rapsys/packbundle/master/manifest.json diff --git a/rapsys/packbundle/master/manifest.json b/rapsys/packbundle/master/manifest.json index 374fdf2..90327b2 100644 --- a/rapsys/packbundle/master/manifest.json +++ b/rapsys/packbundle/master/manifest.json @@ -2,14 +2,25 @@ "bundles": { "Rapsys\\PackBundle\\RapsysPackBundle": ["all"] }, + "composer-scripts": { + "rapsyspack:range": "symfony-cmd" + }, "copy-from-package": { "Resources/config/packages/rapsyspack.yaml": "%CONFIG_DIR%/packages/rapsyspack.yaml", "Resources/config/routes/rapsyspack.yaml": "%CONFIG_DIR%/routes/rapsyspack.yaml" }, "env": { - "#1": "Shuffled printable character range", - "#2": "XXX: Use value from `php bin/console rapsyspack:range`", - "RAPSYSPACK_RANGE": "Ch4ng3m3!" + "#1": "User agent", + "RAPSYSPACK_AGENT": "rapsyspack/Ch4ng3m3!", + "#2": "Shuffled printable character range", + "#3": "XXX: Run \"php bin/console rapsyspack:range\" to generate a range", + "RAPSYSPACK_RANGE": "Ch4ng3m3!", + "#4": "Redirect (number of redirects to follow, cast as int)", + "RAPSYSPACK_REDIRECT": 20, + "#5": "Scheme", + "RAPSYSPACK_SCHEME": "https", + "#6": "Timeout (0 for infinite, cast as float)", + "RAPSYSPACK_TIMEOUT": 60 }, "post-install-output": [ " * Set your RAPSYSPACK_RANGE config in .env.local"