X-Git-Url: https://git.rapsys.eu/recipe/blobdiff_plain/5b85413c346e9dc232f3cf62a854e96ff058edba..HEAD:/rapsys/packbundle/master/manifest.json?ds=sidebyside diff --git a/rapsys/packbundle/master/manifest.json b/rapsys/packbundle/master/manifest.json index 2d7d2c9..90327b2 100644 --- a/rapsys/packbundle/master/manifest.json +++ b/rapsys/packbundle/master/manifest.json @@ -1,8 +1,28 @@ { "bundles": { - "Rapsys\\PackBundle": ["all"] + "Rapsys\\PackBundle\\RapsysPackBundle": ["all"] + }, + "composer-scripts": { + "rapsyspack:range": "symfony-cmd" }, "copy-from-package": { - "config/": "%CONFIG_DIR%/" - } + "Resources/config/packages/rapsyspack.yaml": "%CONFIG_DIR%/packages/rapsyspack.yaml", + "Resources/config/routes/rapsyspack.yaml": "%CONFIG_DIR%/routes/rapsyspack.yaml" + }, + "env": { + "#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" + ] }