Skip to content

Commit

Permalink
Adapt for testing purpose
Browse files Browse the repository at this point in the history
  • Loading branch information
casparneumann-cap committed Nov 23, 2023
1 parent cc275eb commit 333c90d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const imports = [
clientUrl: DB_URL,
password: DB_PASSWORD,
user: DB_USERNAME,
// allowGlobalContext: true, Please not
allowGlobalContext: true,
entities: [...ALL_ENTITIES, H5PContent, InstalledLibrary],
}),
S3ClientModule.register([s3ConfigContent, s3ConfigLibraries]),
Expand Down
2 changes: 1 addition & 1 deletion config/h5p-libraries.yaml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
h5p_libraries: ['H5P.Accordion','H5P.TrueFalse']
h5p_libraries: ['H5P.Accordion','H5P.Chart','H5P.Collage']

0 comments on commit 333c90d

Please sign in to comment.