Set default CDN for 3p system to production Cloudfront

This commit is contained in:
Mike Chang
2021-05-04 16:09:26 -07:00
committed by GitHub
parent baad29edba
commit 0791d1d05f
+2 -1
View File
@@ -32,7 +32,8 @@ include(cmake/LySet.cmake)
# also allowed:
# "s3://bucketname" (it will use LYPackage_S3Downloader.cmake to download it from a s3 bucket)
set(LY_PACKAGE_SERVER_URLS "" CACHE STRING "Server URLS to fetch packages from")
# https://d2c171ws20a1rv.cloudfront.net will be the current "production" CDN until formally moved to the public O3DE repo
set(LY_PACKAGE_SERVER_URLS "https://d2c171ws20a1rv.cloudfront.net" CACHE STRING "Server URLS to fetch packages from")
# Note: if you define the "LY_PACKAGE_SERVER_URLS" environment variable
# it will be added to this value in the front, so that users can set
# an env var and use that as an "additional" set of servers beyond the default set.