Page MenuHomeDevCentral
Paste P231

Configuration JSON report
ActivePublic

Authored by dereckson on Dec 31 2016, 22:02.
Referenced Files
F226813: Configuration JSON report
Dec 31 2016, 22:04
F226808: Configuration JSON report
Dec 31 2016, 22:02
Subscribers
None
{
"gates": [
"DockerHub",
"GitHub",
"Jenkins",
"Phabricator"
],
"features": [
{
"name": "Gate",
"enabled": true
},
{
"name": "ActionsReport",
"enabled": true
}
],
"services": [
{
"gate": "GitHub",
"door": "Nasqueron",
"instance": "",
"status": ""
},
{
"gate": "Phabricator",
"door": "Nasqueron",
"instance": "https://devcentral.nasqueron.org",
"status": ""
}
]
}

Event Timeline

This JSON document is written by hand as test result for this output:

$ php artisan config:show
Gates:

- DockerHub
- GitHub
- Jenkins
- Phabricator

Features:

+---------------+---------+
| Feature       | Enabled |
+---------------+---------+
| Gate          | ✓       |
| ActionsReport | ✓       |
+---------------+---------+

Services declared in credentials:

+-------------+-----------+----------------------------------+--------+
| Gate        | Door      | Instance                         | Status |
+-------------+-----------+----------------------------------+--------+
| GitHub      | Nasqueron | ø                                | ✓      |
| Phabricator | Nasqueron | https://devcentral.nasqueron.org | ✓      |
+-------------+-----------+----------------------------------+--------+

Final test should contain a Phabricator instance with a map not in cache to report about that.