Skip to content

Commit

Permalink
Fix security issue in application.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkurasoff committed Aug 15, 2024
1 parent ae438a0 commit 9d76aa8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/pharmadex2/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ spring.servlet.multipart.max-request-size=20MB
spring.main.allow-bean-definition-overriding=true

## OATH2 authentication parameters received form Google
spring.security.oauth2.client.registration.google.client-id=627643192082-9q0vgq6qs4vqrtsq7q57eagum0giacan.apps.googleusercontent.com
spring.security.oauth2.client.registration.google.client-secret=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
spring.security.oauth2.client.registration.google.client-id=
spring.security.oauth2.client.registration.google.client-secret=

## Freemaker parameters, do npt change or override them
spring.freemarker.template-loader-path: classpath:/templates
Expand Down

0 comments on commit 9d76aa8

Please sign in to comment.