balena-cli/lib/config.coffee
2014-11-17 15:40:16 -04:00

8 lines
162 B
CoffeeScript

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