mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-23 15:32:22 +00:00
8 lines
164 B
CoffeeScript
8 lines
164 B
CoffeeScript
path = require('path')
|
|
|
|
module.exports =
|
|
|
|
# TODO: Should be configurable
|
|
remoteUrl: 'https://staging.resin.io'
|
|
dataPrefix: path.join(process.env.HOME, '.resin')
|