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
csbase-dev
sgarest-daemon
Commits
a69e37c0
Commit
a69e37c0
authored
Sep 24, 2019
by
Carlos Juliano Viana
Browse files
Merge branch 'master' into cviana/Docker-alpine
[SOMA-2154] [SOMA-1428]
parents
fb9e50a1
71c32ef3
Changes
1
Hide whitespace changes
Inline
Side-by-side
sga/configuration.lua
View file @
a69e37c0
...
...
@@ -34,7 +34,7 @@ function configuration.check(config)
platform
=
schema
.
String
,
sgad_host
=
schema
.
String
,
sgad_port
=
schema
.
NumberFrom
(
1
,
65535
),
sga_name
=
schema
.
Pattern
(
"[A-Za-z0-9_
%-
]+"
),
sga_name
=
schema
.
Pattern
(
"[A-Za-z0-9_]+"
),
sga_type
=
schema
.
Optional
(
schema
.
String
),
status_interval_s
=
schema
.
PositiveNumber
,
exec_polling_interval_s
=
schema
.
PositiveNumber
,
...
...
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