Skip to content

Commit

Permalink
enable unversioned endpoints
Browse files Browse the repository at this point in the history
* allows release assets feature to work in openBalena

change-type: patch
  • Loading branch information
ab77 authored May 23, 2024
1 parent 162c8ff commit c88ec07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/confd/templates/env.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,4 @@ VPN_SERVICE_API_KEY={{getenv "VPN_SERVICE_API_KEY"}}
{{if getenv "WEBRESOURCES_CLOUDFRONT_PUBLICKEY"}}WEBRESOURCES_CLOUDFRONT_PUBLICKEY={{getenv "WEBRESOURCES_CLOUDFRONT_PUBLICKEY"}}{{end}}
{{if getenv "WEBRESOURCES_CLOUDFRONT_HOST"}}WEBRESOURCES_CLOUDFRONT_HOST={{getenv "WEBRESOURCES_CLOUDFRONT_HOST"}}{{end}}
WEBRESOURCES_CLOUDFRONT_PRIVATEKEY_PATH=/etc/ssl/private/cloudfront-pk.pem
{{if getenv "HIDE_UNVERSIONED_ENDPOINT"}}HIDE_UNVERSIONED_ENDPOINT={{getenv "HIDE_UNVERSIONED_ENDPOINT"}}{{end}}

0 comments on commit c88ec07

Please sign in to comment.