default to dev branch #6
4
index.js
4
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user