Skip to content

Commit

Permalink
Merge pull request #95 from ere-health/feature/94-log-idp-and-api-url
Browse files Browse the repository at this point in the history
Feature/94 log idp and api url
  • Loading branch information
tempuser5432 authored Jul 7, 2021
2 parents 614c2be + a26c857 commit 20871bc
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ public class DigitalGreenCertificateService {

void onStart(@Observes StartupEvent ev) {
LOG.info("Application started go to: http://localhost:8080/dgc/covid-19-vaccination-certificate.html");
LOG.info("idp.client.id: " + appConfig.getClientId());
LOG.info("idp.base.url: " + appConfig.getIdpBaseUrl());
LOG.info("digital-green-certificate-service.issuerAPIUrl: " +
appConfig.getDigitalGreenCertificateServiceIssuerAPI());
}

@PostConstruct
Expand Down

0 comments on commit 20871bc

Please sign in to comment.