forked from projects/fipamo
tweaks to config settings
This commit is contained in:
parent
6f7fed59f3
commit
1584afc522
2 changed files with 4 additions and 4 deletions
2
init.js
2
init.js
|
@ -13,7 +13,7 @@ var models = require('./brain/models');
|
||||||
* Get port from environment and store in Express.
|
* 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);
|
app.set('port', port);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
{
|
{
|
||||||
"name": "the-twelfth-house",
|
"name": "fipamo",
|
||||||
"version": "3.0.0",
|
"version": "0.0.5",
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "The personal site of Roland X. Pulliam",
|
"description": "The most chill blog framework ever.",
|
||||||
"repository": "https://code.playvicio.us/Are0h/thetwelfthhouse",
|
"repository": "https://code.playvicio.us/Are0h/thetwelfthhouse",
|
||||||
"theme": "default",
|
"theme": "default",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Loading…
Reference in a new issue