Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Pédagogies Multimodales
PhonoDrop
Commits
1a24535f
Commit
1a24535f
authored
Apr 29, 2020
by
Sylvain Coulange
Browse files
add hostname 0000
parent
78bd0d4f
Changes
1
Hide whitespace changes
Inline
Side-by-side
index.js
View file @
1a24535f
...
...
@@ -15,7 +15,7 @@ const server = http.createServer((req, res) => {
});
const
port
=
6000
;
const
hostname
=
'
phonodrop.puresky.fr
'
;
const
hostname
=
'
0.0.0.0
'
;
server
.
listen
(
port
,
hostname
,
()
=>
{
console
.
log
(
`Server running at http://
${
hostname
}
:
${
port
}
/`
);
});
...
...
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