Skip to content

Commit

Permalink
[C] Add Facebook, Google app creds
Browse files Browse the repository at this point in the history
  • Loading branch information
kylepratuch committed Jul 13, 2023
1 parent 059d10a commit 77aca02
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions api/config/project/project.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dateModified: 1687462326
dateModified: 1689271546
email:
fromEmail: $EMAIL_FROM_ADDRESS
fromName: $EMAIL_SENDER_NAME
Expand Down Expand Up @@ -74,10 +74,10 @@ plugins:
entryMutations: null
entryNotFound: 'We couldn''t find any matching entries'
entryQueries: null
facebookAppId: null
facebookAppSecret: null
facebookAppId: $FACEBOOK_APP_ID
facebookAppSecret: $FACEBOOK_APP_SECRET
facebookEmailMismatch: 'Email address doesn''t match allowed Facebook domains'
facebookRedirectUrl: null
facebookRedirectUrl: $FACEBOOK_APP_REDIRECT_URL
fieldRestrictions:
__assoc__:
-
Expand Down Expand Up @@ -194,7 +194,7 @@ plugins:
- queryMutate
forbiddenField: 'User doesn''t have permission to access requested field(s)'
forbiddenMutation: 'User doesn''t have permission to perform this mutation'
googleClientId: null
googleClientId: $GOOGLE_APP_ID
googleEmailMismatch: 'Email address doesn''t match allowed Google domains'
googleTokenIdInvalid: 'Invalid Google Token ID'
granularSchemas:
Expand Down

0 comments on commit 77aca02

Please sign in to comment.