Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions cloudformation/backend/app-infrastructure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,12 @@ Resources:
Value: '{{resolve:ssm:UPGRADE_METRICS}}'
- Name: MIDDLEWARES
Value: '{{resolve:ssm:UPGRADE_MIDDLEWARES}}'
- Name: MOOCLETS_ENABLED
Value: '{{resolve:ssm:MOOCLETS_ENABLED}}'
- Name: MOOCLETS_HOST_URL
Value: '{{resolve:ssm:MOOCLETS_HOST_URL}}'
- Name: MOOCLETS_API_ROUTE
Value: '{{resolve:ssm:MOOCLETS_API_ROUTE}}'
Secrets:
- Name: NEW_RELIC_LICENSE_KEY
ValueFrom: !Sub arn:aws:ssm:us-east-1:${AWS::AccountId}:parameter/NEW_RELIC_LICENSE_KEY
Expand All @@ -229,6 +235,8 @@ Resources:
ValueFrom: !Sub arn:aws:ssm:us-east-1:${AWS::AccountId}:parameter/UPGRADE_SWAGGER_USERNAME
- Name: TOKEN_SECRET_KEY
ValueFrom: !Sub arn:aws:ssm:us-east-1:${AWS::AccountId}:parameter/UPGRADE_TOKEN_SECRET_KEY
- Name: MOOCLETS_API_TOKEN
ValueFrom: !Sub arn:aws:ssm:us-east-1:${AWS::AccountId}:parameter/MOOCLETS_API_TOKEN
LogConfiguration:
LogDriver: awsfirelens
MemoryReservation: 256
Expand Down
Loading