forked from anycable/anycable-go
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
25 lines (25 loc) · 862 Bytes
/
app.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"name": "anycable-go",
"description": "Performant and feature-rich WebSocket server for Rails and Ruby applications.",
"keywords": ["websockets", "rails", "hotwire"],
"repository": "https://github.com/anycable/anycable-go",
"logo": "https://docs.anycable.io/assets/images/logo.svg",
"stack": "container",
"env": {
"ANYCABLE_RPC_IMPL": {
"description": "RPC implementation (use HTTP for simplified Heroku deployments)",
"value": "http",
"required": true
},
"ANYCABLE_RPC_HOST": {
"description": "URL of the HTTP RPC embedded into your web application",
"value": "http",
"required": true
},
"ANYCABLE_HTTP_RPC_SECRET": {
"description": "A secret token to authenticate HTTP RPC requests (must be configured for both applications)",
"value": "",
"required": false
}
}
}