Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
beat
beat.core
Commits
d9af80c1
Commit
d9af80c1
authored
Oct 01, 2018
by
Samuel GAIST
Browse files
[schema][database] Fix nfs regex
parent
a6f23c22
Changes
1
Hide whitespace changes
Inline
Side-by-side
beat/core/schema/database/1.json
View file @
d9af80c1
...
...
@@ -9,7 +9,7 @@
"root_folder"
:
{
"type"
:
"string"
,
"pattern"
:
"^((file://)?(/[^/]+)+|nfs://[a-z0-9.
-
_]+:(/[^/]+)+)$"
"pattern"
:
"^((file://)?(/[^/]+)+|nfs://[a-z0-9._
-
]+:(/[^/]+)+)$"
},
"protocols"
:
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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