sesm00

Results 1 comments of sesm00

Hi, you have to use port that is stored in environment variable. Like this `define('APP_PORT', getenv('PORT'));` And than connect to it on port 80 because its running on dyno and...