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
Caillat Michel
yafits
Commits
3317901c
Commit
3317901c
authored
Jan 22, 2020
by
Caillat Michel
Browse files
requires dirs and uses dirs variable
parent
bf7bf167
Changes
1
Show whitespace changes
Inline
Side-by-side
yafitsv/routes/olqv.js
View file @
3317901c
...
...
@@ -7,15 +7,14 @@ const uuidv1 = require('uuid/v1');
const
request
=
require
(
'
request
'
);
const
url
=
require
(
'
url
'
);
const
obj2gltf
=
require
(
'
obj2gltf
'
);
const
dirs
=
require
(
'
../dirs
'
)
var
ENTER
=
function
()
{
console
.
log
(
arguments
.
callee
.
name
+
"
: entering.
"
);
};
var
EXIT
=
function
()
{
console
.
log
(
arguments
.
callee
.
name
+
"
: exiting.
"
);
};
var
PNG_ROOT_DIR
=
'
/home/partemix/dataroot/PNG
'
;
var
OBJ_ROOT_DIR
=
'
/home/partemix/dataroot/OBJ
'
;
var
SAMP_DIR
=
'
/home/partemix/dataroot/SAMP
'
;
const
PNG_ROOT_DIR
=
dirs
.
PNG_ROOT_DIR
;
const
OBJ_ROOT_DIR
=
dirs
.
OBJ_ROOT_DIR
;
const
SAMP_DIR
=
dirs
.
SAMP_DIR
;
var
yafitssHost
=
process
.
env
.
YAFITSS_HOST
;
var
yafitssPort
=
process
.
env
.
YAFITSS_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