From 222da9a3bfdb10f83744acd841e6b623972c1056 Mon Sep 17 00:00:00 2001
From: Eesaan Atluri <atlurie@uab.edu>
Date: Mon, 28 Oct 2024 23:43:45 -0400
Subject: [PATCH] feat: Add new format for auth config file

---
 config.json | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/config.json b/config.json
index 9965336..4e4034d 100644
--- a/config.json
+++ b/config.json
@@ -1,5 +1,6 @@
 {
     "gitlab_url": "",
     "private_token": "",
-    "project_id": ""
-}
\ No newline at end of file
+    "src_project_id": "",
+    "dest_project_id": ""
+}
-- 
GitLab