From 5a186403215e596a121acb3956d557347dd54489 Mon Sep 17 00:00:00 2001 From: yamashush <38120991+yamashush@users.noreply.github.com> Date: Fri, 9 Aug 2024 15:17:34 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Update=20heroku=20deploy=20confi?= =?UTF-8?q?g=20for=20sending=20mode?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app.json b/app.json index 1dd8d7a..6b5e769 100644 --- a/app.json +++ b/app.json @@ -31,6 +31,10 @@ "description": "会社の電話番号(申請に必要) ex) 03-1234-5678", "value": "" }, + "SEND_MODE": { + "description": "通知の送信先(CHANNEL or DM or BOTH)", + "value": "BOTH" + }, "JEMALLOC_ENABLED": { "description": "jemallocを常に使用する", "value": "true"