Skip to content

Commit

Permalink
new
Browse files Browse the repository at this point in the history
  • Loading branch information
jhnnsrs committed Sep 12, 2023
1 parent 2f24f21 commit a8fed47
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions repo/channels.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"description": "mygroup"
}],
"users": [{
"name": "demo",
"username": "demo",
"password": "demo",
"groups": ["mygroup"]
}]
Expand All @@ -85,17 +85,18 @@
],
"client_kind": "WEBSITE"
}],
"availableServices": [{
"name": "redis",
"interface": "redis",
"description": "The pubsub",
"long":"This allows services to publish and subscribe to events",
"image": "redis:latest",
"requires": [],
"is_backend": true,
"extras": {}
}
]

"availableServices": [{
"name": "redis",
"interface": "redis",
"description": "The pubsub",
"long":"This allows services to publish and subscribe to events",
"image": "redis:latest",
"requires": [],
"is_backend": true,
"extras": {}
}
]
}
]
}

0 comments on commit a8fed47

Please sign in to comment.