diff --git a/spire/templates/apps-200A.yml b/spire/templates/apps-200A.yml index 8c00df002..426b9e860 100644 --- a/spire/templates/apps-200A.yml +++ b/spire/templates/apps-200A.yml @@ -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 } @@ -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 diff --git a/spire/templates/apps/feeder.yml b/spire/templates/apps/feeder.yml index 7eeeda3ad..892647197 100644 --- a/spire/templates/apps/feeder.yml +++ b/spire/templates/apps/feeder.yml @@ -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 } @@ -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 @@ -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 diff --git a/spire/templates/root.yml b/spire/templates/root.yml index 31e2c6d70..87c1f9796 100644 --- a/spire/templates/root.yml +++ b/spire/templates/root.yml @@ -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