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
910cfbc1
Commit
910cfbc1
authored
Aug 08, 2019
by
yPhil
Browse files
Merge branch 'new'
parents
ebe2d8ec
dc99665e
Pipeline
#156978
passed with stage
in 1 minute and 7 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
bin/www
View file @
910cfbc1
...
...
@@ -5,7 +5,7 @@ var debug = require('debug')('petrolette:server');
var
http
=
require
(
'
http
'
);
var
port
=
normalizePort
(
process
.
env
.
PORT
||
'
80
'
);
var
port
=
normalizePort
(
process
.
env
.
PORT
||
'
80
00
'
);
app
.
set
(
'
port
'
,
port
);
var
server
=
http
.
createServer
(
app
);
...
...
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