diff --git a/src/config.coffee b/src/config.coffee index 9ffbe414..4782a973 100644 --- a/src/config.coffee +++ b/src/config.coffee @@ -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