Skip to content

Commit

Permalink
content: 1.1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
esmeetewinkel committed Oct 8, 2024
1 parent 53edb8a commit 236e298
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ const config = generateDeploymentConfig("pfr");
*/

config.google_drive = {
sheets_folder_id: "1NCaqs4T3sbFVV0jh_aTmbeSI517WchVv",
assets_folder_id: "1gFEuVLP4r2FVLTuPSMMul5RxhGpYy8TU",
sheets_folder_ids: ["1NCaqs4T3sbFVV0jh_aTmbeSI517WchVv"],
assets_folder_ids: ["1gFEuVLP4r2FVLTuPSMMul5RxhGpYy8TU"],
};

config.git = {
content_repo: "https://github.com/IDEMSInternational/pfr-app-content.git",
content_tag_latest: "1.1.13",
content_tag_latest: "1.1.14",
};

config.error_logging = {
Expand Down

0 comments on commit 236e298

Please sign in to comment.