From: Raphaƫl Gertz <git@rapsys.eu>
Date: Fri, 1 Mar 2024 15:46:36 +0000 (+0100)
Subject: Add routes yaml config file
X-Git-Url: https://git.rapsys.eu/recipe/commitdiff_plain/7c873bf837a61c9535c7afdda5a049658c28e96e

Add routes yaml config file
Add env section
Add post install output section
---

diff --git a/rapsys/packbundle/master/manifest.json b/rapsys/packbundle/master/manifest.json
index c9c125d..374fdf2 100644
--- a/rapsys/packbundle/master/manifest.json
+++ b/rapsys/packbundle/master/manifest.json
@@ -3,6 +3,15 @@
 		"Rapsys\\PackBundle\\RapsysPackBundle": ["all"]
 	},
 	"copy-from-package": {
-		"Resources/config/packages/rapsys_pack.yaml": "%CONFIG_DIR%/packages/rapsys_pack.yaml"
-	}
+		"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!"
+	},
+	"post-install-output": [
+		"  * Set your RAPSYSPACK_RANGE config in <fg=green>.env.local</>"
+	]
 }