Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
yPhil
Pétrolette
Commits
c0114dd7
Commit
c0114dd7
authored
Aug 08, 2019
by
yPhil
Browse files
Merge branch 'new'
parents
910cfbc1
8de86f89
Pipeline
#156981
passed with stage
in 1 minute and 8 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
bin/www
View file @
c0114dd7
...
...
@@ -5,7 +5,7 @@ var debug = require('debug')('petrolette:server');
var
http
=
require
(
'
http
'
);
var
port
=
normalizePort
(
process
.
env
.
PORT
||
'
80
00
'
);
var
port
=
normalizePort
(
process
.
env
.
PORT
||
'
80
'
);
app
.
set
(
'
port
'
,
port
);
var
server
=
http
.
createServer
(
app
);
...
...
pm2.config.json
View file @
c0114dd7
...
...
@@ -6,7 +6,7 @@
"ignore_watch"
:
[
"#*"
,
"favicons-cache"
,
".git"
,
"node_modules"
],
"log_date_format"
:
"YYYY-MM-DD HH:mm"
,
"env"
:
{
"PORT"
:
80
00
,
"PORT"
:
80
,
"FAVICONS_CACHE_DIR"
:
"favicons-cache"
},
"env_production"
:
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment