X-Git-Url: https://git.rapsys.eu/recipe/blobdiff_plain/fbcdea78f92c7362ae6014961bdf7b7994457595..HEAD:/rapsys/packbundle/master/manifest.json diff --git a/rapsys/packbundle/master/manifest.json b/rapsys/packbundle/master/manifest.json index a2d5351..90327b2 100644 --- a/rapsys/packbundle/master/manifest.json +++ b/rapsys/packbundle/master/manifest.json @@ -2,7 +2,27 @@ "bundles": { "Rapsys\\PackBundle\\RapsysPackBundle": ["all"] }, - "copy-from-recipe": { - "config/": "%CONFIG_DIR%/" - } + "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": "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" + ] }