Skip to content

Commit

Permalink
[api] Remove useless config directives
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalecki committed Dec 3, 2012
1 parent 74a62b3 commit 396d646
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/jitsu/config.js
Expand Up @@ -51,14 +51,12 @@ var defaults = {
analyze: true,
release: 'build',
colors: true,
gzipbin: 'gzip',
loglevel: 'info',
loglength: 110,
protocol: 'https',
remoteHost: 'api.nodejitsu.com',
requiresAuth: ['apps', 'databases', 'env', 'logs', 'snapshots'],
root: process.env.HOME,
tar: 'tar',
timeout: 4 * 60 * 1000,
tmproot: path.join(process.env.HOME, '.jitsu/tmp'),
userconfig: '.jitsuconf'
Expand Down Expand Up @@ -87,11 +85,9 @@ jitsu.use(require('flatiron-cli-config'), {
store: 'file',
restricted: [
'auth',
'gzipbin',
'root',
'remoteUri',
'tmproot',
'tar',
'userconfig'
],
before: {
Expand Down

0 comments on commit 396d646

Please sign in to comment.