From 39faf70f8621bbb53ef2238ea1735befd46d742c Mon Sep 17 00:00:00 2001 From: Emma Mansell <73774046+7emansell@users.noreply.github.com> Date: Mon, 2 Dec 2024 13:30:00 -0600 Subject: [PATCH 1/2] Updating env example --- .env.example | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.env.example b/.env.example index e7e8553b..9fd252ce 100644 --- a/.env.example +++ b/.env.example @@ -12,13 +12,8 @@ API_CACHE=false # Optional, controls whether or not api responses are cached # Old DC url DC_URL='' # OR https://qa-digitalcollections.nypl.org OR https://digitalcollections.nypl.org -# Feedback form -CLIENT_ID= # Available in parameter store -CLIENT_SECRET= # Available in parameter store -CLIENT_EMAIL= # Available in parameter store - GOOGLE_SHEETS_PRIVATE_KEY=[YOUR KEY] # Available in parameter store -GOOGLE_SHEETS_CLIENT_EMAIL=[YOUR ACCOUNT EMAIL] # Available in parameter store +GOOGLE_SHEETS_CLIENT_EMAIL=[SERVICE ACCOUNT EMAIL] # Available in parameter store SPREADSHEET_ID=[YOU CAN GET THIS ON URL OF YOUR SHEETS] # Available in parameter store # New Relic From 48f9befa53965ce1bbef717ed37cef487d7bc613 Mon Sep 17 00:00:00 2001 From: Emma Mansell <73774046+7emansell@users.noreply.github.com> Date: Mon, 2 Dec 2024 13:35:49 -0600 Subject: [PATCH 2/2] changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 972bcd22..7618924e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Updated - Update thumbnail logic so thumbnails are never restricted (DR-3293) +- Update feedback form credentials to use official DR service account (DR-2794) ## [0.2.4] 2024-11-26