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
719d15ee
Commit
719d15ee
authored
Sep 26, 2018
by
Samuel GAIST
Browse files
[schema][database] Improve path pattern
Now allows to use nfs
parent
d637ac60
Changes
1
Hide whitespace changes
Inline
Side-by-side
beat/core/schema/database/1.json
View file @
719d15ee
...
...
@@ -9,7 +9,7 @@
"root_folder"
:
{
"type"
:
"string"
,
"pattern"
:
"^(
/[^/]+)+
$"
"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