Skip to content

Commit

Permalink
[fix] Default to https
Browse files Browse the repository at this point in the history
  • Loading branch information
julianduque committed Aug 7, 2013
1 parent e6cba54 commit eda507e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/jitsu/config.js
Expand Up @@ -62,8 +62,8 @@ var defaults = {
userconfig: '.jitsuconf',
logs: {
host: "logs.nodejitsu.com",
port: 80,
protocol: "http"
port: 443,
protocol: "https"
}
};

Expand Down

0 comments on commit eda507e

Please sign in to comment.