This commit is contained in:
2026-03-18 21:57:34 +01:00
parent 260e460ded
commit 0b8356693a
8 changed files with 87 additions and 17 deletions

View File

@@ -28,6 +28,9 @@ spring:
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
# ---- Guest user (portfolio chat) ----
hr-guest:
email: ${HR_GUEST_EMAIL:}
# ---- R2DBC (reactive DB) ----
r2dbc:
@@ -114,6 +117,7 @@ auth:
- /actuator/**
- /api/*/v3/api-docs/**
- /api/*/swagger-ui/**
- /api/auth/hr-guest-token
admin-paths:
- /api/*/admin/**