From 27c93b6361410380b2144e21d398aa20cf2e3406 Mon Sep 17 00:00:00 2001 From: Gaurav Karakoti Date: Thu, 9 Jul 2026 12:43:09 +0530 Subject: [PATCH] New env var --- .env.example | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.env.example b/.env.example index a01015a..39bb4e3 100644 --- a/.env.example +++ b/.env.example @@ -9,4 +9,5 @@ GITHUB_CLIENT_SECRET="your_oauth_app_client_secret" AUTH_SECRET="your_random_secret_here" ARMORIQ_API_KEY= USER_ID= -AGENT_ID= \ No newline at end of file +AGENT_ID= +NEXT_PUBLIC_APP_URL=http://localhost:9002 \ No newline at end of file