-
-
Notifications
You must be signed in to change notification settings - Fork 69
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
Build production failing if I have application.properties configuration #212
Comments
@almothafar I just released play-ebean 6.2.0-RC4, please have a look at the release notes how to upgrade: https://github.com/playframework/play-ebean/releases/tag/6.2.0-RC4. Please let me know if this problem you reported here is fixed with that release, thanks! |
The problem here is that the typesafe config loads
The immediate solution is to just use (and recommend) Long term we coud just switch Play's default ebean config key to be
|
I don't have this issue with another plugin: https://github.com/payintech/play-ebean and it is working fine, except that plugin got an issue (payintech#15) that making me try this one and this not working as well with different kind of issues.
I got the following
application.properties
inside conf folder:When I try to do production build I get the following issue:
What exactly this problem, it is not saying what exactly the broken config key that expecting LIST!
I'm using version
6.0.0
:The text was updated successfully, but these errors were encountered: