Skip to content

Commit

Permalink
Enable feeder assets cdn
Browse files Browse the repository at this point in the history
  • Loading branch information
cavis committed Oct 9, 2023
1 parent 010206f commit 4e51ae9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spire/templates/apps-200A.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ Parameters:
ExchangeApiHostname: { Type: String }
ExchangeTransferHostname: { Type: String }
FeederHostname: { Type: String }
FeederAssetsHostname: { Type: String }
FeederAuthProxyHostname: { Type: String }
FeederAuthProxyInternalHostname: { Type: String }
FixerHostname: { Type: String }
Expand Down Expand Up @@ -287,6 +288,7 @@ Resources:
CmsHostname: !Ref CmsHostname
DovetailRouterHostname: !Ref DovetailRouterHostname
FeederHostname: !Ref FeederHostname
FeederAssetsHostname: !Ref FeederAssetsHostname
FeederAuthProxyHostname: !Ref FeederAuthProxyHostname
FeederAuthProxyInternalHostname: !Ref FeederAuthProxyInternalHostname
IdHostname: !Ref IdHostname
Expand Down
5 changes: 5 additions & 0 deletions spire/templates/apps/feeder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ Parameters:
PlayHostname: { Type: String }
BetaHostname: { Type: String }
FeederHostname: { Type: String }
FeederAssetsHostname: { Type: String }
FeederAuthProxyHostname: { Type: String }
FeederAuthProxyInternalHostname: { Type: String }
FeederCdnHostname: { Type: String }
Expand Down Expand Up @@ -633,6 +634,8 @@ Resources:
Value: !Ref AnnounceResourcePrefix
- Name: APPLE_API_BRIDGE_URL
Value: !Ref DovetailAppleApiBridgeEndpointUrl
- Name: ASSET_HOST
Value: !Ref FeederAssetsHostname
- Name: AWS_ACCOUNT_ID
Value: !Ref AWS::AccountId
- Name: AWS_DEFAULT_REGION
Expand Down Expand Up @@ -779,6 +782,8 @@ Resources:
Value: !Ref AnnounceResourcePrefix
- Name: APPLE_API_BRIDGE_URL
Value: !Ref DovetailAppleApiBridgeEndpointUrl
- Name: ASSET_HOST
Value: !Ref FeederAssetsHostname
- Name: AWS_ACCOUNT_ID
Value: !Ref AWS::AccountId
- Name: AWS_DEFAULT_REGION
Expand Down
1 change: 1 addition & 0 deletions spire/templates/root.yml
Original file line number Diff line number Diff line change
Expand Up @@ -679,6 +679,7 @@ Resources:
ExchangeApiHostname: !GetAtt Constants2.Outputs.ExchangeApiHostname
ExchangeTransferHostname: !GetAtt Constants2.Outputs.ExchangeTransferHostname
FeederHostname: !GetAtt Constants2.Outputs.FeederHostname
FeederAssetsHostname: !GetAtt Constants2.Outputs.FeederAssetsHostname
FeederAuthProxyHostname: !GetAtt Constants2.Outputs.FeederAuthProxyHostname
FeederAuthProxyInternalHostname: !GetAtt Constants2.Outputs.FeederAuthProxyInternalHostname
FixerHostname: !GetAtt Constants2.Outputs.FixerHostname
Expand Down

0 comments on commit 4e51ae9

Please sign in to comment.