Open
Description
When running mvn package
, env.yml.tmp
and server.yml.tmp
are consumed instead of those without .tpl
extension. This is undocumented and unexpted. Tests fail if no mongodb is running on localhost and on the other hand, if a mongodb is running at localhost it is accessed during mvn package
, which might be unwanted or unexpected.
The official deployment manual says:
Copy the included configuration env templates for both the server and UI repos
and later
Package the application using Maven
However, it fails to mention that hard coded test.
Metadata
Metadata
Assignees
Labels
No labels