test(staging): allow setting API host via env variable

This commit is contained in:
Benedikt Rötsch
2018-01-25 14:57:50 +01:00
committed by Benedikt Rötsch
parent 2706e31411
commit 1621369d24
4 changed files with 21 additions and 7 deletions

View File

@@ -2,4 +2,6 @@ NODE_ENV=development
CONTENTFUL_SPACE_ID=qz0n5cdakyl9
CONTENTFUL_DELIVERY_TOKEN=580d5944194846b690dd89b630a1cb98a0eef6a19b860ef71efc37ee8076ddb8
CONTENTFUL_PREVIEW_TOKEN=e8fc39d9661c7468d0285a7ff949f7a23539dd2e686fcb7bd84dc01b392d698b
CONTENTFUL_DELIVERY_API_HOST=cdn.contentful.com
CONTENTFUL_PREVIEW_API_HOST=preview.contentful.com
PORT=3000