-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.uat.yaml
35 lines (29 loc) · 981 Bytes
/
config.uat.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
buildConfig: uat
api: https://staging.talktofrank.com
ga: UA-129232-18 # @joel - update this as this is the test account
robotsDisallow: true
elasticsearch:
# host: 'https://search-talktofrank-elastic-beta-tsq3jroogc3kwgtk4s77uab2he.eu-west-2.es.amazonaws.com/'
host: 'https://vpc-talktofrank-uat-uralixhskpcrn5ht4p74epe4z4.eu-west-2.es.amazonaws.com/'
contentful:
contentHost: 'cdn.contentful.com'
contentSpace: 'ip74mqmfgvqf'
contentAccessToken: !!import/single '../config.creds.yaml'
webhookSecretKey: !!import/single '../config.webhooksecretkey.yaml'
environment: develop
entries:
azPage: '2EZiQUcPKDFAXBncY18swJ'
sentry:
dsn: !!import/single '../config.sentry.yaml'
logErrors: true
googleAPI:
places: !!import/single '../config.google.yaml'
email:
transport: mailgun
etherealEmail:
auth:
pass: !!import/single '../config.ethereal.yaml'
mailgun:
auth:
api_key: !!import/single '../config.mailgun.yaml'
domain: 'talktofrank.com'