From c912f1bb81dfe095f62c969217c24b4b19ad1d60 Mon Sep 17 00:00:00 2001 From: Arshad Mohammed <87503056+arshadparwaiz@users.noreply.github.com> Date: Fri, 13 Sep 2024 13:17:10 -0700 Subject: [PATCH] Removing DriveID from github secrets and .env, so it gets passed as input from API Payload from UI --- app.config.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/app.config.yaml b/app.config.yaml index c4a3ea5..a669588 100644 --- a/app.config.yaml +++ b/app.config.yaml @@ -13,7 +13,6 @@ application: certPassword: $CERT_PASSWORD certKey: $CERT_KEY certThumbprint: $CERT_THUMB_PRINT - driveId: $DRIVE_ID enablePreview: $ENABLE_PREVIEW groupCheckUrl: $GROUP_CHECK_URL grayboxUserGroups: $GRAYBOX_USER_GROUPS