From 3e19ee9b6ad4e443154f4688a610d1d9c7f2038f Mon Sep 17 00:00:00 2001 From: Vladimir Dementyev Date: Tue, 3 Sep 2024 08:18:30 +0300 Subject: [PATCH] deploy: upd heroku config --- app.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }