diff --git a/app.json b/app.json index b3597c93..9d27d3f1 100644 --- a/app.json +++ b/app.json @@ -16,8 +16,8 @@ "value": "http", "required": true }, - "ANYCABLE_HTTP_RPC_SECRET": { - "description": "A secret token to authenticate HTTP RPC requests (must be configured for both applications)", + "ANYCABLE_SECRET": { + "description": "AnyCable secret used to secure HTTP RPC and other features (must be configured for both applications)", "value": "", "required": false }