auth media
This commit is contained in:
@@ -22,6 +22,12 @@ spring:
|
||||
client-id: ${FACEBOOK_CLIENT_ID:}
|
||||
client-secret: ${FACEBOOK_CLIENT_SECRET:}
|
||||
scope: email,public_profile
|
||||
provider:
|
||||
facebook:
|
||||
authorization-uri: https://www.facebook.com/v21.0/dialog/oauth
|
||||
token-uri: https://graph.facebook.com/v21.0/oauth/access_token
|
||||
user-info-uri: https://graph.facebook.com/v21.0/me?fields=id,name,email
|
||||
|
||||
|
||||
# ---- R2DBC (reactive DB) ----
|
||||
r2dbc:
|
||||
@@ -44,6 +50,7 @@ spring:
|
||||
health-check-interval: 15s
|
||||
prefer-ip-address: true
|
||||
instance-id: ${spring.application.name}:${random.value}
|
||||
deregister-critical-service-after: 1m
|
||||
|
||||
gateway:
|
||||
server:
|
||||
|
||||
Reference in New Issue
Block a user