startup now respects port in config file

This commit is contained in:
azivner
2017-11-16 23:06:16 -05:00
parent 92027af426
commit 963b81864c
3 changed files with 11 additions and 3 deletions

1
app.js
View File

@@ -1,5 +1,4 @@
const log = require('./services/log');
log.info("App starting up");
const express = require('express');
const path = require('path');
const favicon = require('serve-favicon');