From 94081fa3df0e2290579c6f96f5449c5d8c3b6c04 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 4 Jul 2023 08:47:50 +0200 Subject: [PATCH] Update config.json --- epicgamesfree/rootfs/templates/config.json | 8 -------- 1 file changed, 8 deletions(-) diff --git a/epicgamesfree/rootfs/templates/config.json b/epicgamesfree/rootfs/templates/config.json index 8c2c7f980..5dd5c4b0c 100644 --- a/epicgamesfree/rootfs/templates/config.json +++ b/epicgamesfree/rootfs/templates/config.json @@ -11,8 +11,6 @@ }, ], "notifiers": [ - // You may configure as many of any notifier as needed - // Here are some examples of each type { "type": "email", "smtpHost": "smtp.gmail.com", @@ -29,13 +27,11 @@ { "type": "discord", "webhookUrl": "https://discord.com/api/webhooks/123456789123456789/A-abcdefghijklmn-abcdefghijklmnopqrst12345678-abcdefghijklmnop123456", - // Optional list of users or roles to mention "mentionedUsers": ["914360712086843432"], "mentionedRoles": ["734548250895319070"], }, { "type": "telegram", - // Optional Custom TELEGRAM server URL "apiUrl": "https://api.telegram.org", "token": "644739147:AAGMPo-Jz3mKRnHRTnrPEDi7jUF1vqNOD5k", "chatId": "-987654321", @@ -63,13 +59,9 @@ }, { "type": "bark", - // your bark key "key": "xxxxxxxxxxxxxxxxxxxxxx", - // bark title, optional, default: 'epicgames-freegames' "title": "epicgames-freegames", - // bark group, optional, default: 'epicgames-freegames' "group": "epicgames-freegames", - // bark private service address, optional, default: 'https://api.day.app' "apiUrl": "https://api.day.app" }, {