]> Raphaël G. Git Repositories - recipe/commitdiff
Add agent, hostname, redirect, scheme and timeout bundle env variables
authorRaphaël Gertz <git@rapsys.eu>
Mon, 4 Mar 2024 16:35:07 +0000 (17:35 +0100)
committerRaphaël Gertz <git@rapsys.eu>
Mon, 4 Mar 2024 16:35:07 +0000 (17:35 +0100)
rapsys/packbundle/master/manifest.json

index f5c36e9a6e931a37af23d83d341f7cff5c98d5a1..3a07e9b117e22a32f5c6ae4e086f1bb0d12145a0 100644 (file)
                "Resources/config/routes/rapsyspack.yaml": "%CONFIG_DIR%/routes/rapsyspack.yaml"
        },
        "env": {
-               "#1": "Shuffled printable character range",
-               "#2": "XXX: Run \"php bin/console rapsyspack:range\" to generate a range",
-               "RAPSYSPACK_RANGE": "Ch4ng3m3!"
+               "#1": "User agent",
+               "RAPSYSPACK_AGENT": "rapsyspack/Ch4ng3m3!",
+               "#2": "Hostname",
+               "RAPSYSPACK_HOSTNAME": "Ch4ng3m3!",
+               "#3": "Shuffled printable character range",
+               "#4": "XXX: Run \"php bin/console rapsyspack:range\" to generate a range",
+               "RAPSYSPACK_RANGE": "Ch4ng3m3!",
+               "#5": "Redirect (number of redirects to follow, cast as int)",
+               "RAPSYSPACK_REDIRECT": 20,
+               "#6": "Scheme",
+               "RAPSYSPACK_SCHEME": "https://",
+               "#7": "Timeout (0 for infinite, cast as float)",
+               "RAPSYSPACK_TIMEOUT": 60
        },
        "post-install-output": [
                "  * Set your RAPSYSPACK_RANGE config in <fg=green>.env.local</>"