🌐(frontend) remove hardcoded DINUM-specific URLs from support forms

Replace instance-specific URLs with configurable values to make the
application more generic and reusable for other deployments.
This commit is contained in:
lebaudantoine
2025-06-02 22:16:24 +02:00
committed by aleb_the_flash
parent ba286724f3
commit c82168b6c0
12 changed files with 64 additions and 41 deletions

View File

@@ -330,6 +330,9 @@ class Base(Configuration):
"use_proconnect_button": values.BooleanValue(
False, environ_name="FRONTEND_USE_PROCONNECT_BUTTON", environ_prefix=None
),
"transcript": values.DictValue(
{}, environ_name="FRONTEND_TRANSCRIPT", environ_prefix=None
),
}
# Mail