diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json
index 304b5d8907d5832086a93139f55151f3a63ee355..6f1bbaa0fa31a5b3448a9056360748edd7cb1032 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.