fix: implement backend configuration system and ORCID API client integration

This commit is contained in:
Alexis
2026-05-15 12:56:31 +02:00
parent b9c23bc6fe
commit d3ffb2cfda
3 changed files with 15 additions and 2 deletions
+2 -1
View File
@@ -11,7 +11,8 @@ services:
environment:
DATABASE_URL: postgresql://postgres:postgres@db:5432/orcid_db
REDIS_URL: redis://redis:6379/0
ORCID_REDIRECT_URI: https://jargon-supreme-palpable.ngrok-free.dev/callback
# Uncomment for local dev with ngrok (overrides backend/.env value):
# ORCID_REDIRECT_URI: https://jargon-supreme-palpable.ngrok-free.dev/callback
depends_on:
db:
condition: service_healthy