rvinluan / slack-pokemon

A bot for having Pokemon battles in Slack.
341 stars 46 forks source link

Specify alternate port #12

Open ghost opened 8 years ago

ghost commented 8 years ago

Hey. I have a Slack team that primarily just uses Slack to play about with stuff like this. As such, we have a fair few configurations running together, which has so far not been an issue. But the Poker Bot we use also runs on port 5000. I'm fairly new to npm ,is there a simple way to tell Pokemon to use a different port? Cheers

chrisbodhi commented 8 years ago

Have you tried changing the port number on line 11 of index.js? app.set('port', (process.env.PORT || 5000));