playframework icon indicating copy to clipboard operation
playframework copied to clipboard

Config load order different between runPlay vs stage

Open gokhanoner opened this issue 5 years ago • 1 comments

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?

gokhanoner avatar Jul 16 '19 05:07 gokhanoner

Issue #130 might be related.

spingel avatar Feb 06 '20 10:02 spingel