Skip to content

Commit

Permalink
[minor] change default protocol to https
Browse files Browse the repository at this point in the history
  • Loading branch information
jfhbrook committed Jul 11, 2012
1 parent 15f3f29 commit 0a27390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/jitsu/config.js
Expand Up @@ -54,7 +54,7 @@ var defaults = {
gzipbin: 'gzip',
loglevel: 'info',
loglength: 110,
protocol: 'http',
protocol: 'https',
remoteHost: 'api.nodejitsu.com',
requiresAuth: ['apps', 'databases', 'env', 'logs', 'snapshots'],
root: process.env.HOME,
Expand Down

0 comments on commit 0a27390

Please sign in to comment.