From 99c476019dd02d7f4eabc7b029e94989069eaae0 Mon Sep 17 00:00:00 2001 From: MohammedKamle Date: Mon, 8 Dec 2025 18:38:20 +0530 Subject: [PATCH] added config file changes --- config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/config.json b/config.json index 308add4..fdfff88 100644 --- a/config.json +++ b/config.json @@ -2,6 +2,7 @@ "environment": "production", "apiBaseUrl": "https://api.example.com/v1", "accessToken": "1234567890abcdefDUMMYTOKEN1234567890", + "accessTokenForStaging": "1234567890abcdefDUMMYTOKEN1234567890sjshdh0", "timeout": 5000, "retry": { "maxAttempts": 3,