We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d0bda4b + 6d624e6 commit 18072eeCopy full SHA for 18072ee
1 file changed
config/dynamic/parse.go
@@ -69,7 +69,7 @@ func parse(c *Config) (interface{}, error) {
69
result, err = parseYaml(b, result)
70
case ".json":
71
result, err = parseJson(b, result)
72
- case ".lua", ".js", ".cjs", ".mjs", ".ts":
+ case ".lua", ".js", ".cjs", ".mjs", ".ts", ".ldif":
73
result = string(b)
74
default:
75
// try parse from JSON and YAML
0 commit comments