Closed ewelinagr closed 4 years ago
There are 2 variables in transmart-api-server entrypoint for tranSMART db user, that are not used: https://github.com/thehyve/transmart-core/blob/dev/docker/transmart-api-server/docker-entrypoint.sh#L27 As a result, the default values set here are always used for transmart-api-server.
These values should be either set using environment variables and then added to dataSource properties in the enrtypoint file, or they should be removed.
There are 2 variables in transmart-api-server entrypoint for tranSMART db user, that are not used: https://github.com/thehyve/transmart-core/blob/dev/docker/transmart-api-server/docker-entrypoint.sh#L27 As a result, the default values set here are always used for transmart-api-server.
These values should be either set using environment variables and then added to dataSource properties in the enrtypoint file, or they should be removed.