Skip to content

Commit 05230b9

Browse files
authored
Enable cloudfront again (via redirect from openvsx.eclipsecontent.org) (#6373)
* Enable cloudfront again * Change CDN prefix URL from CloudFront to openvsx.eclipsecontent.org * Update prefix URL to use HTTPS
1 parent 79998b1 commit 05230b9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

configuration/application.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,9 +159,9 @@ ovsx:
159159
token-prefix: ovsxp_
160160
storage:
161161
primary-service: aws
162-
# cdn:
163-
# storage-filter: ".*AwsStorageService.*"
164-
# prefix-url: https://d1vla68f02a8c4.cloudfront.net
162+
cdn:
163+
storage-filter: ".*AwsStorageService.*"
164+
prefix-url: https://openvsx.eclipsecontent.org
165165
download-counts: false # disable inefficient download count mechanism for anything other than azure
166166
migration:
167167
enabled: false # disable automatic storage migration when we switch the primary-service

0 commit comments

Comments
 (0)