Skip to content

Commit

Permalink
Add more comments to explain different OAuth for GitHub for local vs.…
Browse files Browse the repository at this point in the history
… deployed
  • Loading branch information
tedyoung committed Jun 17, 2024
1 parent 01714f9 commit 8beed41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application-local.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# redirect-uri will be configured by application.properties {baseUrl} variable
#spring.security.oauth2.client.registration.github.scope=

# GitHub OAuth2 client info for localhost
# GitHub OAuth2 client info for localhost (this is different from the app deployed to ensembler.dev for production)
spring.security.oauth2.client.registration.github.clientId=${github.oauth2.local.clientId}
spring.security.oauth2.client.registration.github.clientSecret=${github.oauth2.local.clientSecret}

Expand Down

0 comments on commit 8beed41

Please sign in to comment.