mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-09-20 02:38:21 -04:00
add support for json driver
This commit is contained in:
1 file changed
+2
-2
@@ -17,11 +17,11 @@ var (
|
||||
".config/",
|
||||
}
|
||||
|
||||
// supportedExtensions is determined by gookit/config. For the purposes of the PR MVP we will focus on yaml, looking
|
||||
// into extending it to all supported drivers.
|
||||
// supportedExtensions is determined by gookit/config.
|
||||
supportedExtensions = []string{
|
||||
"yaml",
|
||||
"yml",
|
||||
"json",
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
Reference in new issue
Block a user