external-config icon indicating copy to clipboard operation
external-config copied to clipboard

transitive external configs are not loaded

Open davidcwalker opened this issue 5 years ago • 1 comments

I have the following configuration block in my application.yml:

grails:
    config:
        locations:
            - classpath:envConfig.yml

The file envConfig.yml contains the following block:

test:
    grails:
        config:
            locations:
                - file:///path/to/file/dbConfig.yml

The dbConfig.yml file is not loaded, and so I am unable to use configuration values defined in it.

davidcwalker avatar Jul 10 '19 14:07 davidcwalker

@davidcwalker that is true, the demand has not previously been there.

I will mark this as a feature request.

sbglasius avatar Jul 12 '19 08:07 sbglasius