We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6a3d94d + 17ab724 commit 21b7039Copy full SHA for 21b7039
1 file changed
ansible/group_vars/alpha-api.yml
@@ -14,6 +14,9 @@ npm_version: "2.8.3"
14
redis_key: "frontend:{{ api_hostname }}"
15
is_redis_update_required: 'yes'
16
17
+# for sendGrid
18
+sendgrid_key: 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
19
+
20
# for container settings
21
container_envs: >
22
-e AWS_ACCESS_KEY_ID={{ api_aws_access_key_id }}
@@ -48,6 +51,7 @@ container_envs: >
48
51
-e REDIS_PORT={{ redis_port }}
49
52
-e ROLLBAR_KEY={{ api_rollbar_key }}
50
53
-e S3_CONTEXT_RESOURCE_BUCKET={{ api_s3_context_bucket }}
54
+ -e SENDGRID_KEY={{ sendgrid_key }}
55
-e USER_CONTENT_DOMAIN={{ user_content_domain }}
56
-e SWARM_HOST=http://{{ swarm_host_address }}:{{ swarm_master_port }}
57
0 commit comments