Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

transitive external configs are not loaded #42

Open
davidcwalker opened this issue Jul 10, 2019 · 1 comment
Open

transitive external configs are not loaded #42

davidcwalker opened this issue Jul 10, 2019 · 1 comment
Labels
enhancement PR welcome If you know how to fix this, please submit a PR

Comments

@davidcwalker
Copy link

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.

@sbglasius
Copy link
Owner

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

I will mark this as a feature request.

@sbglasius sbglasius added enhancement PR welcome If you know how to fix this, please submit a PR labels Jul 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement PR welcome If you know how to fix this, please submit a PR
Projects
None yet
Development

No branches or pull requests

2 participants