Skip to content

Commit

Permalink
[ALS-0000] Fix wiring issues in auth app.
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Sikina committed Jun 3, 2024
1 parent 764c185 commit dcb743d
Showing 1 changed file with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,16 +148,6 @@ public void init() {
mailSession.getProperties().put("mail.smtp.ssl.trust", "smtp.gmail.com");

logger.info("Auth micro app has been successfully started");

//Set info for the swagger.json
BeanConfig beanConfig = new BeanConfig();
beanConfig.setVersion("1.0.0");
beanConfig.setSchemes(new String[] { "https" });
beanConfig.setDescription("APIs for accessing PIC-SURE-AUTH-MICROAPP - a centralized authentication/authorization micro services");
beanConfig.setTitle("PIC-SURE-AUTH-MICROAPP");
beanConfig.setBasePath("/psama");
beanConfig.setResourcePackage(TokenService.class.getPackage().getName());
beanConfig.setScan(true);
}

/*
Expand Down

0 comments on commit dcb743d

Please sign in to comment.