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

9 lines
184 B
CoffeeScript

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