diff options
author | Frédéric Péters <fpeters@entrouvert.com> | 2021-10-08 11:05:15 (GMT) |
---|---|---|
committer | Frédéric Péters <fpeters@entrouvert.com> | 2021-10-08 11:06:14 (GMT) |
commit | dd6654595f498d9bc2c43961839337c35b873855 (patch) | |
tree | 4ec63e6e5f8aee5058de6fd57ff5b7347e782f08 | |
parent | b411f1f7e671df22e0415e09d98679537630bfd7 (diff) | |
download | misc-fred-dd6654595f498d9bc2c43961839337c35b873855.zip misc-fred-dd6654595f498d9bc2c43961839337c35b873855.tar.gz misc-fred-dd6654595f498d9bc2c43961839337c35b873855.tar.bz2 |
toodego: add saint-priest prod (#42930)
-rw-r--r-- | grandlyon/recipes/prod/saint-priest.json | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/grandlyon/recipes/prod/saint-priest.json b/grandlyon/recipes/prod/saint-priest.json new file mode 100644 index 0000000..7084121 --- /dev/null +++ b/grandlyon/recipes/prod/saint-priest.json @@ -0,0 +1,53 @@ +{ + "variables": { + "commune": "saint-priest", + "title": "Saint-Priest" + }, + "steps": [ + {"create-hobo": { + "url": "https://hobo.toodego.com/" + }}, + {"create-hobo": { + "url": "https://hobo-${commune}.toodego.com/", + "title": "${title}", + "slug": "hobo-${commune}" + }}, + {"set-idp": { + }}, + {"create-combo": { + "url": "https://${commune}.toodego.com/", + "title": "Portail", + "template_name": "portal-user" + }}, + {"create-combo": { + "url": "https://agents-${commune}.toodego.com/", + "slug": "portal-agent", + "title": "Portail Agent", + "template_name": "portal-agent" + }}, + {"create-chrono": { + "url": "https://agendas-${commune}.toodego.com/", + "title": "Agendas" + }}, + {"create-wcs": { + "url": "https://demarches-${commune}.toodego.com/", + "slug": "eservices", + "title": "Démarches", + "template_name": "modele.zip" + }}, + {"create-bijoe": { + "url": "https://statistiques-${commune}.toodego.com/", + "title": "Statistiques" + }}, + {"create-passerelle": { + "url": "https://passerelle-${commune}.toodego.com/", + "title": "Passerelle" + }}, + {"set-theme": { + "theme": "toodego" + }}, + {"cook": { + "filename": "attributes.json" + }} + ] +} |