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

Config load order different between runPlay vs stage #105

Open
gokhanoner opened this issue Jul 16, 2019 · 1 comment
Open

Config load order different between runPlay vs stage #105

gokhanoner opened this issue Jul 16, 2019 · 1 comment

Comments

@gokhanoner
Copy link

Using Gradle 5.5.1, Play 2.6 & play-plugin 0.6

I have a project with other play project dependencies & they had their own reference.conf. I also have reference.conf and application.conf files. When I stages. or create zip/tar distribution, using bin/main script, I can successfully start the application with correct config + log file (see #104 ).

But when running with runPlay, it seems order of loading conf files is not same, since it's not working, both config & log files loaded from other dependencies overrides my config, although it should be the opposite.

Is this a known issue?

@spingel
Copy link

spingel commented Feb 6, 2020

Issue #130 might be related.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants