Minor update in the configuration info.
This commit is contained in:
parent
544dceb7f8
commit
cefc9c31af
|
@ -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());
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue