From bcf348f890358ec3683b318f28cf202ad161d231 Mon Sep 17 00:00:00 2001 From: Sam Der Date: Thu, 14 Dec 2023 21:58:54 -0800 Subject: [PATCH] update: README.md --- apps/api/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/api/README.md b/apps/api/README.md index 4af789336..e16b70e50 100644 --- a/apps/api/README.md +++ b/apps/api/README.md @@ -18,6 +18,8 @@ For deployment, the following environment variables need to be set: - `PYTHONPATH=src/api` to properly import Python modules - `SP_KEY`, the private key for SAML authentication +- `RESUMES_FOLDER_ID`, the ID of the Google Drive folder to upload to +- Either `SERVICE_ACCOUNT_FILE` or `GOOGLE_SERVICE_ACCOUNT_CREDENTIALS`: We use a Google service acccount in tandem with aiogoogle to automatically upload resumes when submitting a form. The keys are JSON that can either be stored in a file, in which case the path of the file should be stored in `SERVICE_ACCOUNT_FILE`, or be stored directly in `GOOGLE_SERVICE_ACCOUNT_CREDENTIALS`. For local development, it is recommended to take the `SERVICE_ACCOUNT_FILE` approach. For staging, the following environment variables should also bet set: