Allow to configure WEBAPP_DEFAULT_URI environment variable
Context:
- value of
WEBAPP_DEFAULT_URI
will be visible in/admin/configuration
. - It is mandatory to configure
WEBAPP_DEFAULT_URI
, if thebin/console
commands are to generate URLs. - Tajine Software allows to use a
bin/console
command that generates URLs. - For the moment, PKI Adullact does not use, in production, a
bin/console
command that generates URLs. - This Puppet module does not currently allow this environment variable to be configured.
# Webapp - Default URI used to generate URLs in a non-HTTP context
WEBAPP_DEFAULT_URI='https://example.org/'
similar to :
Edited by Fabrice Gangler