Skip to content

Commit ac9fd11

Browse files
Merge pull request #540 from CodeNow/SAN-4860-add-sift-science
SAN-4860 Sift Science
2 parents 29f34a9 + d340103 commit ac9fd11

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

ansible/delta-hosts/variables

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,3 +177,4 @@ vpc_id=vpc-864c6be3
177177

178178
[web:vars]
179179
web_intercom_id=wqzm3rju
180+
web_sift_public_key=27e9da5c97

ansible/epsilon-hosts/variables

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,3 +149,4 @@ vpc_id="vpc-cdb2a3a8"
149149

150150
[web:vars]
151151
web_intercom_id=xs5g95pd
152+
web_sift_public_key=eea9746dff

ansible/gamma-hosts/variables

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,3 +158,4 @@ sg_web=sg-fe8bf49a
158158

159159
[web:vars]
160160
web_intercom_id=xs5g95pd
161+
web_sift_public_key=eea9746dff

ansible/group_vars/alpha-web.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ dockerfile_enviroment: [
1717
"INTERCOM_APP_ID {{ web_intercom_id }}",
1818
"MARKETING_URL {{ marketing_url }}",
1919
"NODE_ENV production",
20+
"SIFT_API_KEY {{ web_sift_public_key }}",
2021
"STRIPE_TOKEN {{ cream_stripe_publishable_key }}",
2122
"USER_CONTENT_DOMAIN {{ user_content_domain }}",
2223
]

0 commit comments

Comments
 (0)