tweaks to config settings

This commit is contained in:
Ro 2018-10-31 12:22:31 -04:00
parent 6f7fed59f3
commit 1584afc522
2 changed files with 4 additions and 4 deletions

View file

@ -13,7 +13,7 @@ var models = require('./brain/models');
* Get port from environment and store in Express.
*/
var port = normalizePort(process.env.PORT || '2700');
var port = normalizePort(process.env.PORT || '2314');
app.set('port', port);
/**

View file

@ -1,8 +1,8 @@
{
"name": "the-twelfth-house",
"version": "3.0.0",
"name": "fipamo",
"version": "0.0.5",
"private": true,
"description": "The personal site of Roland X. Pulliam",
"description": "The most chill blog framework ever.",
"repository": "https://code.playvicio.us/Are0h/thetwelfthhouse",
"theme": "default",
"scripts": {