front page mainly

This commit is contained in:
William Blythe
2019-01-11 06:28:32 +11:00
parent 48bad2fda6
commit 7ccbe93a72
14 changed files with 694 additions and 107 deletions

View File

@@ -41,7 +41,7 @@ if (!checkRequiredFiles([paths.appHtml, paths.appIndexJs])) {
}
// Tools like Cloud9 rely on this.
const DEFAULT_PORT = parseInt(process.env.PORT, 10) || 3000;
const DEFAULT_PORT = parseInt(process.env.PORT, 10) || 3300;
const HOST = process.env.HOST || '0.0.0.0';
if (process.env.HOST) {