Minor update in the configuration info.

This commit is contained in:
Konstantinos Triantafyllou 2024-09-26 12:44:48 +03:00
parent 544dceb7f8
commit cefc9c31af
1 changed files with 2 additions and 3 deletions

View File

@ -38,9 +38,8 @@ public class DeployService {
response.put("developers.datasource.username", properties.getDatasource().getUsername());
response.put("developers.datasource.password", properties.getDatasource().getPassword());
response.put("developers.issuer", properties.getIssuer());
if (GlobalVars.date != null) {
response.put("Date of deploy", eu.dnetlib.authentication.configuration.GlobalVars.date.toString());
}
response.put("Date of deploy", GlobalVars.date.toString());
if (globalVars.getBuildDate() != null) {
response.put("Date of build", globalVars.getBuildDate());
}