Skip to content

Commit

Permalink
Cleaned up server
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbeach committed Sep 11, 2015
1 parent 6476e6c commit bbf7eac
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions server.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,11 @@ var port =
process.env.PORT || parseInt(config.get("Debug.port")),
// determines whether we are on heroku or local
env = process.env.NODE_ENV || 'development',
<<<<<<< HEAD
// sets the callback for SoundCloud. Uses the variable in config/default.json
callback = util.format("%s/auth/soundcloud/callback",
config.get("SoundCloud.callbackHost"));

var app = express();
=======
callback = "http://robotradio.herokuapp.com/auth/soundcloud/callback"; // process.env.NODE_ENV determines whether this is the heroku app
>>>>>>> deploy

// Files in the app folder are served staticly
app.all('*', function(req, res, next) {
Expand Down

0 comments on commit bbf7eac

Please sign in to comment.