Update local port to 2578

This commit is contained in:
Evan Morikawa 2016-11-23 10:12:02 -08:00
parent cd65135feb
commit 3fac21458c

View file

@ -18,7 +18,7 @@ const server = new Hapi.Server({
},
});
server.connection({ port: process.env.PORT });
server.connection({ port: 2578 });
const plugins = [Inert, Vision, HapiBasicAuth, HapiBoom, {
register: HapiSwagger,