(backend) introduce configuration for app base URL

Add new application base URL configuration setting. While somewhat redundant
with existing domain setting, these serve different purposes in the
application. Base URL will be used for constructing complete URLs in
notifications and external references.
This commit is contained in:
lebaudantoine
2025-04-15 15:55:56 +02:00
committed by aleb_the_flash
parent d5c9ee79f4
commit 205bb3aac1
4 changed files with 4 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ DJANGO_EMAIL_BRAND_NAME=La Suite Numérique
DJANGO_EMAIL_SUPPORT_EMAIL=test@yopmail.com
DJANGO_EMAIL_LOGO_IMG=http://localhost:3000/assets/logo-suite-numerique.png
DJANGO_EMAIL_DOMAIN=localhost:3000
DJANGO_EMAIL_APP_BASE_URL=http://localhost:3000
# Backend url
MEET_BASE_URL="http://localhost:8072"