This repository has been archived on 2025-10-03. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
rebuilding-uis/src/data.json

51 lines
1.1 KiB
JSON
Raw Normal View History

2018-12-23 13:17:39 +00:00
{
"applications": {
"1": {
"id": 1,
"name": "Rebuilding Acquia",
"type": "Drupal",
"level": "Enterprise",
"environments": {
"dev": {
"name": "Dev",
"url": "dev.rebuilding-acquia.com",
"label": "develop"
},
"stage": {
"name": "Stage",
"url": "stg.rebuilding-acquia.com",
"label": "master"
},
"prod": {
"name": "Prod",
"url": "rebuilding-acquia.com",
"label": "tags/2018-12-21"
}
}
2018-12-23 22:42:35 +00:00
},
"2": {
"id": 2,
"name": "oliverdavies.uk",
"type": "Drupal",
"level": "Professional",
"environments": {
"dev": {
"name": "Dev",
"url": "dev.oliverdavies.uk",
"label": "develop"
},
"stage": {
"name": "Stage",
"url": "stg.oliverdavies.uk",
"label": "master"
},
"prod": {
"name": "Prod",
"url": "oliverdavies.uk",
"label": "tags/2018-12-23"
}
}
2018-12-23 13:17:39 +00:00
}
}
}