authelia/internal/configuration/test_resources/config_glob.yml

7 lines
120 B
YAML

# yamllint disable-file
---
{{- range (glob "./test_resources/config_walk/*.yml") }}
{{ fileContent . }}
{{- end }}
...