Skip to content

Commit

Permalink
chore: add welcome-config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-D committed May 29, 2020
1 parent d3d0be0 commit 28d702f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions faker-configs/welcome-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"version": "2.0",
"columns": 2,
"tiles": [
{ "type": "PORT", "label": "Welcome config example", "params": { "hostname": "127.0.0.1", "port": 8080 } },
{ "type": "HTTP-RAW", "label": "Monitoror stars", "params": { "url": "https://github.com/monitoror/monitoror", "regex": "(\\d+) users starred" } }
]
}

0 comments on commit 28d702f

Please sign in to comment.