From 61a4a795b91c2cdb7d08f1f9b43a52440d0ff269 Mon Sep 17 00:00:00 2001 From: Ecalose <47114714+Ecalose@users.noreply.github.com> Date: Sun, 31 Jan 2021 18:46:32 +0800 Subject: [PATCH] Update app.json --- app.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app.json b/app.json index 31f019f..2e81240 100644 --- a/app.json +++ b/app.json @@ -1,7 +1,6 @@ { "name": "message-pusher", "description": "消息推送服务", - "keywords": ["v2ray vmess vless trojan shadowsocks socks tor"], "env": { "MODE": { "description": "Heroku 模式", @@ -57,5 +56,6 @@ }, }, "website": "https://github.com/Ecalose/message-pusher", - "repository": "https://github.com/Ecalose/message-pusher" + "repository": "https://github.com/Ecalose/message-pusher", + "stack": "container" }