mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-30 02:28:53 +00:00
Fix config var typo
This commit is contained in:
parent
8c7964684a
commit
7eefee77d0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user