Skip to content
This repository has been archived by the owner on Aug 22, 2019. It is now read-only.

Commit

Permalink
Merge pull request #941 from cmcavoy/development
Browse files Browse the repository at this point in the history
Update README / config to remove hostname as setting.
  • Loading branch information
brianloveswords committed Oct 15, 2013
2 parents 6c140e8 + 2b691c1 commit 3312a5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions lib/environments/local-dist.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ exports.config = {
// either http or https
protocol: 'http',

// hostname is important for authentication,
// if it doesn't match the URL you're serving from,
// backpack won't work.
// external hostname of the server.
hostname: 'localhost',

// When starting the application with `node app.js`, this is the port
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"up-time": "~0.2.1",
"optimist": "~0.3.0",
"openbadges-validator": "0.0.21",
"openbadges-bakery": "0.2.6",
"openbadges-bakery": "0.2.7",
"newrelic": "~0.10.3",
"async": "~0.2.6",
"messina": "~0.1.0",
Expand Down

0 comments on commit 3312a5b

Please sign in to comment.