Skip to content

Commit

Permalink
Merge branch 'bugfix/446462_upload_large_files' into 'master'
Browse files Browse the repository at this point in the history
bugfix/446462_upload_large_files

See merge request upm-inesdata/inesdata-local-env!26
  • Loading branch information
ralconada-gmv committed Nov 18, 2024
2 parents 1cc7244 + 468ffea commit 7db47ae
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 @@ -9,7 +9,7 @@ web.http.protocol.path=/protocol
edc.transfer.proxy.token.signer.privatekey.alias=private-key-c1
edc.transfer.proxy.token.verifier.publickey.alias=public-key-c1
edc.web.rest.cors.enabled=true
edc.web.rest.cors.headers=origin, content-type, accept, authorization, x-api-key
edc.web.rest.cors.headers=origin, content-type, accept, authorization, x-api-key, content-disposition, chunk-index, total-chunks
web.http.public.port=19291
web.http.public.path=/public
web.http.control.port=19192
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ web.http.protocol.path=/protocol
edc.transfer.proxy.token.signer.privatekey.alias=private-key-c2
edc.transfer.proxy.token.verifier.publickey.alias=public-key-c2
edc.web.rest.cors.enabled=true
edc.web.rest.cors.headers=origin, content-type, accept, authorization, x-api-key
edc.web.rest.cors.headers=origin, content-type, accept, authorization, x-api-key, content-disposition, chunk-index, total-chunks
web.http.public.port=29291
web.http.public.path=/public
web.http.control.port=29192
Expand Down

0 comments on commit 7db47ae

Please sign in to comment.