diff --git a/index.js b/index.js index 319da58..9dd8dc1 100755 --- a/index.js +++ b/index.js @@ -29,12 +29,12 @@ const playlistId = 'PLnlTMS4cxfx3-et_L8APzpEgy_eCf18-U'; /** * Port that nginx proxies to public */ -const port = process.env.PORT || 48915; +const port = process.env.PORT || 48916; /** * Are we prod or dev */ -const dev = process.env.DEV || false; +const dev = process.env.DEV || true; // Helper functions I've made to do things and stuff :P