Allow to configure WEBAPP_DEFAULT_URI environment variable
Context:
- value of
WEBAPP_DEFAULT_URIwill be visible in/admin/configuration. - It is mandatory to configure
WEBAPP_DEFAULT_URI, if thebin/consolecommands are to generate URLs. - Tajine Software allows to use a
bin/consolecommand that generates URLs. - For the moment, PKI Adullact does not use, in production, a
bin/consolecommand 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