diff --git a/config.ts b/config.ts index 6fcea4f..2fe1679 100644 --- a/config.ts +++ b/config.ts @@ -1,8 +1,8 @@ import { generateDeploymentConfig } from "scripts"; const config = generateDeploymentConfig("conflict_forecast"); -config.google_drive.sheets_folder_ids = ["[Add folder ID here]"]; -config.google_drive.assets_folder_ids = ["[Add folder ID here]"]; +config.google_drive.sheets_folder_ids = ["17rK56zJj_W-1ceDlSPd2QFSpnwvApHh0"]; +config.google_drive.assets_folder_ids = ["1SzZiWN4hvv0snDdpd-BZYPjTC6RzC1uU"]; config.git = { content_repo: "https://github.com/IDEMSInternational/conflict-forecast-content.git",