github.com/anycable/anycable-go@v1.5.1/app.json (about)

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