Skip to content

Commit

Permalink
Update app-config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
efrenperez authored Jun 19, 2024
1 parent 11cd904 commit cd69d94
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion app-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,18 @@ techdocs:
type: 'local'

auth:
environment: development
providers:
guest: {}
google:
development:
clientId: ${AUTH_GOOGLE_CLIENT_ID}
clientSecret: ${AUTH_GOOGLE_CLIENT_SECRET}
signIn:
resolvers:
# typically you would pick one of these
- resolver: emailMatchingUserEntityProfileEmail
- resolver: emailLocalPartMatchingUserEntityName
- resolver: emailMatchingUserEntityAnnotation

scaffolder:

Expand Down

0 comments on commit cd69d94

Please sign in to comment.