Skip to content

Commit 21b7039

Browse files
committed
Merge pull request #219 from CodeNow/SAN-2944-Sendgrid-keys
SAN-2944-Sendgrid-keys
2 parents 6a3d94d + 17ab724 commit 21b7039

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 SWARM_HOST=http://{{ swarm_host_address }}:{{ swarm_master_port }}
5357

0 commit comments

Comments
 (0)