hobo/tests_schemas/recipe.json

20 lines
367 B
JSON

{
"variables": {
"domain": "dev.entrouvert.org"
},
"steps": [
{"create-hobo": {
"url": "https://${domain}/"
}},
{"create-authentic": {
"url": "https://${domain}/",
"title": "Connexion"
}},
{"create-combo": {
"url": "https://${domain}/",
"title": "Portail",
"template_name": "portal-user"
}}
]
}