diff options
author | Frédéric Péters <fpeters@entrouvert.com> | 2021-01-12 14:38:03 (GMT) |
---|---|---|
committer | Frédéric Péters <fpeters@entrouvert.com> | 2021-01-12 14:38:19 (GMT) |
commit | 793419c97ac3efeebeae86b1095176eac784fb8e (patch) | |
tree | 11af9e41a313464706cb2458d8956b7a4910fad3 | |
parent | f419cbd69ce24344ea2744a1e65a35efe63efa65 (diff) | |
download | misc-fred-793419c97ac3efeebeae86b1095176eac784fb8e.zip misc-fred-793419c97ac3efeebeae86b1095176eac784fb8e.tar.gz misc-fred-793419c97ac3efeebeae86b1095176eac784fb8e.tar.bz2 |
toodego: add saint-fons prod (#49316)
-rw-r--r-- | grandlyon/recipes/prod/saint-fons.json | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/grandlyon/recipes/prod/saint-fons.json b/grandlyon/recipes/prod/saint-fons.json new file mode 100644 index 0000000..bbc2462 --- /dev/null +++ b/grandlyon/recipes/prod/saint-fons.json @@ -0,0 +1,53 @@ +{ + "variables": { + "commune": "saint-fons", + "title": "Saint-Fons" + }, + "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" + }} + ] +} |