mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-02 02:11:18 -06:00
add support for json driver
This commit is contained in:
@@ -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