Skip to content

Commit

Permalink
update default schema
Browse files Browse the repository at this point in the history
  • Loading branch information
SteKrause committed Sep 29, 2023
1 parent 894eb99 commit b668fbf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const s3ConfigContent: S3Config = {
export const s3ConfigLibraries: S3Config = {
connectionName: H5P_LIBRARIES_S3_CONNECTION,
endpoint: Configuration.get('H5P_Library__S3_ENDPOINT') as string,
region: Configuration.get('H5P_Editor__S3_REGION') as string,
region: Configuration.get('H5P_EDITOR__S3_REGION') as string,
bucket: Configuration.get('H5P_Library__S3_BUCKET_LIBRARIES') as string,
accessKeyId: Configuration.get('H5P_Library__S3_ACCESS_KEY_ID') as string,
secretAccessKey: Configuration.get('H5P_Library__S3_SECRET_ACCESS_KEY') as string,
Expand Down

0 comments on commit b668fbf

Please sign in to comment.