balena-cli/lib/config.coffee
2014-11-18 08:53:07 -04:00

8 lines
164 B
CoffeeScript

path = require('path')
module.exports =
# TODO: Should be configurable
remoteUrl: 'https://staging.resin.io'
dataPrefix: path.join(process.env.HOME, '.resin')