Fix config var typo

This commit is contained in:
Petros Angelatos 2015-05-04 02:41:18 +01:00 committed by Pablo Carranza Velez
parent 8c7964684a
commit 7eefee77d0

View File

@ -18,7 +18,7 @@ module.exports = config =
apiEndpoint: process.env.API_ENDPOINT ? 'https://api.resin.io'
listenPort: process.env.LISTEN_PORT ? 80
gosuperAddress: "http://unix:#{process.env.GOSUPER_SOCKET}:"
deltaEndpoint: process.env.DELTA_ENDPOINT ? 'http://delta.staging.resin.io'
deltaHost: process.env.DELTA_ENDPOINT ? 'http://delta.staging.resin.io'
registryEndpoint: process.env.REGISTRY_ENDPOINT ? 'registry.resin.io'
pubnub:
subscribe_key: checkValidKey(process.env.PUBNUB_SUBSCRIBE_KEY) ? process.env.DEFAULT_PUBNUB_SUBSCRIBE_KEY