balena-cli/lib/config.coffee

9 lines
184 B
CoffeeScript
Raw Normal View History

2014-11-17 19:40:16 +00:00
path = require('path')
2014-10-31 15:59:23 +00:00
module.exports =
# TODO: Should be configurable
remoteUrl: 'https://staging.resin.io'
2014-11-18 14:11:07 +00:00
apiPrefix: '/ewa/'
2014-11-17 19:40:16 +00:00
dataPrefix: path.join(process.env.HOME, '.resin')