From 963b976de37f901a99e2528e9fcfd5cdff0932b7 Mon Sep 17 00:00:00 2001
From: Felix Eckhofer <felix@eckhofer.com>
Date: Mon, 23 Dec 2024 23:30:10 +0100
Subject: [PATCH] Send notifications from development as DM

---
 .devcontainer/devcontainer.json | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json
index 304b5d8..6f1bbaa 100644
--- a/.devcontainer/devcontainer.json
+++ b/.devcontainer/devcontainer.json
@@ -6,7 +6,8 @@
 	"image": "mcr.microsoft.com/devcontainers/ruby:1-3.2-bookworm",
 
 	"containerEnv": {
-		"VISUAL": "code --wait"
+		"VISUAL": "code --wait",
+		"TELEGRAM_DEFAULT_TARGET": "6828310083" // group:"-4715072196"
 	}
 
 	// Features to add to the dev container. More info: https://containers.dev/features.
-- 
GitLab