From 97b8e6d13c1c64ea84bb00060df4f5b981d532e0 Mon Sep 17 00:00:00 2001 From: Bernd Date: Sat, 24 Jan 2026 14:20:16 +0100 Subject: [PATCH] Add Azure App Insights env vars to .env.example Closes #101 --- .env.example | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.env.example b/.env.example index db9f2db..fb0d98a 100644 --- a/.env.example +++ b/.env.example @@ -13,4 +13,8 @@ DISABLED_PROCESSES= # Debug endpoint (scripts/db-debug.sh, scripts/log-debug.sh) DEBUG_ADDRESS= DEBUG_SIGNATURE= -DEBUG_API_URL= \ No newline at end of file +DEBUG_API_URL= + +# Azure Application Insights (for log-debug.sh) +AZURE_APP_INSIGHTS_APP_ID= +AZURE_APP_INSIGHTS_API_KEY=