2018-05-11 22:43:36 +03:00
|
|
|
# Change this to a name that's unique to you
|
|
|
|
stage: your-name-here-dev
|
|
|
|
|
2018-05-14 21:47:35 +03:00
|
|
|
# Using __MOCK__ values here causes the stack to use its own internal mock
|
|
|
|
# endpoints. Otherwise, you can configure a real upstream service URL and key
|
2018-05-11 22:43:36 +03:00
|
|
|
upstreamService:
|
2018-05-14 21:47:35 +03:00
|
|
|
url: __MOCK__
|
|
|
|
key: __MOCK__
|
2018-05-21 23:48:50 +03:00
|
|
|
|
|
|
|
# Uncomment and change the following properties to set up a custom domain for
|
|
|
|
# your own dev stack
|
|
|
|
customDomain:
|
|
|
|
enabled: false
|
|
|
|
# enabled: true
|
|
|
|
# stage: your-name-here-dev
|
|
|
|
# domainName: watchdog-proxy-your-name.dev.mozaws.net
|
|
|
|
# certificateArn: 'arn:aws:acm:us-east-1:927034868273:certificate/61e462bd-410e-48b6-95da-fa5501430d1d'
|
|
|
|
# basePath: ''
|
|
|
|
# createRoute53Record: true
|