Skip to content

Commit

Permalink
Merge pull request #111 from IDEMSInternational/content/1.1.14
Browse files Browse the repository at this point in the history
content: 1.1.14 - update config
  • Loading branch information
esmeetewinkel authored Oct 8, 2024
2 parents 53edb8a + 236e298 commit c38ca0a
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 c38ca0a

Please sign in to comment.