Skip to content

Commit

Permalink
Merge pull request #1 from Ateamate/patch-1
Browse files Browse the repository at this point in the history
Update config.ts
  • Loading branch information
jfmcquade authored Jul 29, 2024
2 parents 528f743 + 7072409 commit db2a5d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.ts
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit db2a5d8

Please sign in to comment.