Skip to content
This repository has been archived by the owner on Sep 24, 2021. It is now read-only.

Commit

Permalink
Add example for configuring local proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
confraria committed Apr 29, 2016
1 parent 8259c41 commit 7532077
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ module.exports = function (grunt) {
if (grunt.option('protocol')) {
protocol = grunt.option('protocol');
}

// Configure local proxy
// grunt.config('cumulocity.localproxy’, ‘https://user:pass@local.proxy:8080')

grunt.config('cumulocity.host', host);
grunt.config('cumulocity.protocol', protocol);
Expand Down

0 comments on commit 7532077

Please sign in to comment.