balena-cli/lib/config.coffee

8 lines
162 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
2014-11-14 15:54:03 +00:00
baseUrl: 'https://staging.resin.io'
2014-11-17 19:40:16 +00:00
dataPrefix: path.join(process.env.HOME, '.resin')