Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Field Science
datavis
Commits
ec2eb84b
Commit
ec2eb84b
authored
Jan 06, 2022
by
Porter Libby
Browse files
abstract webserver port
parent
55197562
Changes
2
Hide whitespace changes
Inline
Side-by-side
datavis.js
View file @
ec2eb84b
...
...
@@ -48,7 +48,7 @@ setTimeout((function() {
}),
86400000
);
// LISTEN
app
.
listen
(
9900
,
'
0.0.0.0
'
,
function
(
err
)
{
app
.
listen
(
process
.
env
.
PORT
||
9900
,
'
0.0.0.0
'
,
function
(
err
)
{
if
(
err
)
{
console
.
log
(
err
)
return
...
...
package.json
View file @
ec2eb84b
{
"name"
:
"datavis"
,
"version"
:
"0.1.1
1
"
,
"version"
:
"0.1.1
2
"
,
"description"
:
"A tool for visualizing the data collected from the IFS Earlham trip"
,
"main"
:
"datavis.js"
,
"scripts"
:
{
...
...
Write
Preview
Markdown
is supported
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