You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As the application is using the default profile you can also create an application-default.properties and set the values in there. This will override whatever is in application.properties and won't be updated by Git Pulls unless the repo creates an application-default.properties.
postgres url is hardcoded as localhost in application/src/main/resources/application.properties
i use the same postgres-db on another host while i still use the lnd-manageJ locally on my laptop for testing.
after every git checkout my application.properties is overwritten again.
i wish that "spring.datasource.url" is configured via "lnd-manageJ.conf".
The text was updated successfully, but these errors were encountered: