Skip to content

Instantly share code, notes, and snippets.

@Ciaanh
Created January 5, 2020 16:24
Show Gist options
  • Save Ciaanh/9a018bba4f316babef3b04331578f570 to your computer and use it in GitHub Desktop.
Save Ciaanh/9a018bba4f316babef3b04331578f570 to your computer and use it in GitHub Desktop.
Hosthub-step-1-sample.json
{
"description": "This is a file containing a dummy config in order to test our application.",
"name": "my config",
"users": [
{ "active": true, "name": "alice", "roles": ["user", "admin"] },
{ "active": true, "name": "bob", "roles": ["user"] },
{ "active": false, "name": "charlie", "roles": ["user"] }
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment