Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

Commit

Permalink
tring to fix authentication issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
elixic committed May 11, 2015
1 parent 0ef852b commit 08a618a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/server/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ exports.start = () => {
server: {
port: '3000',
api_prefix: '/api/v1',
hostname: 'localhost'
hostname: process.env.HOSTNAME
},
github: {
//TODO: the mock is being injected here via service var. extract this to a centralized place.
Expand Down

0 comments on commit 08a618a

Please sign in to comment.