mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-20 22:23:07 +00:00
8 lines
162 B
CoffeeScript
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')
|