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

persistence.xml does not use values specified in env.properties #9

Open
jnovotny opened this issue Feb 1, 2018 · 0 comments
Open

Comments

@jnovotny
Copy link

jnovotny commented Feb 1, 2018

I used a JDBC URL of dbc:postgresql://localhost:5433 in my env file which is used for Flyway, however the persistence.xml is hardcoded as below:

<property name="javax.persistence.jdbc.url" value="jdbc:postgresql://localhost:5432/authy2fa"/>

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

1 participant