Skip to content

Commit

Permalink
CLIENT_SECRET -> OAUTH_CLIENT_SECRET
Browse files Browse the repository at this point in the history
  • Loading branch information
roar-skinderviken committed Dec 8, 2024
1 parent 3e287e5 commit 61c5f08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend-spring-boot/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ springdoc:
swagger-ui:
oauth:
clientId: "next-app-client"
clientSecret: ${CLIENT_SECRET:secret}
clientSecret: ${OAUTH_CLIENT_SECRET:secret}
oAuthFlow:
# noinspection SpringBootApplicationYaml
authorizationUrl: ${OAUTH2_SERVER:http://localhost:9000/auth-server}/oauth2/authorize
Expand Down

0 comments on commit 61c5f08

Please sign in to comment.