🌐(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:
committed by
aleb_the_flash
parent
ba286724f3
commit
c82168b6c0
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user