Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
keeleliin
keeleliin-wrapper
Commits
6b67bba8
Commit
6b67bba8
authored
Jul 30, 2015
by
priit
Browse files
Erinevate teenuste confi refactor + lausestaja
parent
0ad9ebb4
Changes
5
Hide whitespace changes
Inline
Side-by-side
wrapper_configs/
config_
archive
_e
xtractor.js
→
wrapper_configs/archive
E
xtractor.js
View file @
6b67bba8
var
config
=
require
(
'
./
config_
global
'
);
var
config
=
require
(
'
./global
'
);
config
.
port
=
3004
;
config
.
service
.
title
=
'
Arhiivi lahtipakkija
'
;
config
.
service
.
staticParams
.
uniqueId
=
'
unzipper
'
;
...
...
wrapper_configs/
config_
global.js
→
wrapper_configs/global.js
View file @
6b67bba8
File moved
wrapper_configs/
config_
lausestaja.js
→
wrapper_configs/lausestaja.js
View file @
6b67bba8
var
config
=
require
(
'
./
config_
global
'
);
var
config
=
require
(
'
./global
'
);
config
.
port
=
3005
;
config
.
service
.
title
=
'
Lausestaja
'
;
config
.
service
.
staticParams
.
uniqueId
=
'
sentence
'
;
...
...
wrapper_configs/
config_
morfanalyzer.js
→
wrapper_configs/morfanalyzer.js
View file @
6b67bba8
var
config
=
require
(
'
./
config_
global
'
);
var
config
=
require
(
'
./global
'
);
config
.
port
=
3003
;
config
.
service
.
title
=
'
Morfoloogiline analüüs
'
;
config
.
service
.
staticParams
.
uniqueId
=
'
morfanalyzer
'
;
...
...
wrapper_configs/
config_
tokenizer.js
→
wrapper_configs/tokenizer.js
View file @
6b67bba8
var
config
=
require
(
'
./
config_
global
'
);
var
config
=
require
(
'
./global
'
);
config
.
port
=
3002
;
config
.
service
.
title
=
'
Sõnestaja
'
;
config
.
service
.
staticParams
.
uniqueId
=
'
tokenizer
'
;
...
...
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