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
kl-morph-disambiguation
Commits
e984d96b
Commit
e984d96b
authored
Mar 07, 2017
by
Indrek Jentson
Browse files
Käsureal võib olla ainult üks utiliit koos parameetritega
parent
8b1a7f2c
Changes
1
Hide whitespace changes
Inline
Side-by-side
config_dist.js
View file @
e984d96b
...
...
@@ -72,7 +72,7 @@ config.wrapper = { //teenuse seadistus
description
:
'
Koostab etteantud tekstile vastava statistika
'
,
//Kirjeldus
port
:
3006
,
//port
class
:
'
simpleLocalCommand
'
,
//wrapperi failinimi wrapper kaustast, mida utiliidi käivitamiseks kasutatakse
command
:
{
commandTemplate
:
'
cat [data] |
wc -m -l -w -L
'
},
// utiliidi käsurea käsk
command
:
{
commandTemplate
:
'
wc -m -l -w -L
[data]
'
},
// utiliidi käsurea käsk
requestConf
:
{
//Päringu seadistus
requestBodyParamsMappings
:
{
//Päringu post parameetrid
isAsync
:
{
//parameeter isAsync
...
...
@@ -111,4 +111,4 @@ config.wrapper = { //teenuse seadistus
sessionMaxLifetime
:
600
// sessiooni maksimaalne kestvus
};
module
.
exports
=
config
;
module
.
exports
=
config
;
\ No newline at end of file
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