Skip to content

Commit 92c77d5

Browse files
committed
Adding sendgrid keys
1 parent 927a7e4 commit 92c77d5

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

ansible/group_vars/alpha-api.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ npm_version: "2.8.3"
1414
redis_key: "frontend:{{ api_hostname }}"
1515
is_redis_update_required: 'yes'
1616

17+
# for sendGrid
18+
sendgrid_key: "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"
19+
1720
# for container settings
1821
container_envs: >
1922
-e AWS_ACCESS_KEY_ID={{ api_aws_access_key_id }}
@@ -48,6 +51,7 @@ container_envs: >
4851
-e REDIS_PORT={{ redis_port }}
4952
-e ROLLBAR_KEY={{ api_rollbar_key }}
5053
-e S3_CONTEXT_RESOURCE_BUCKET={{ api_s3_context_bucket }}
54+
-e SENDGRID_KEY={{ sendgrid_key }}
5155
-e USER_CONTENT_DOMAIN={{ user_content_domain }}
5256
-e DOCKER_IMAGE_BUILDER_WEAVE_PATH={{ weave_path }}
5357
-e SWARM_HOST=http://{{ swarm_host_address }}:{{ swarm_master_port }}

0 commit comments

Comments
 (0)