Make 'TARGET' configurable

This commit makes the TARGET of the self container redirect
configurable.
This commit is contained in:
Tom Wiesing 2020-07-10 10:21:30 +02:00
parent 2dfed350e0
commit 65a42f61e9
No known key found for this signature in database
GPG key ID: DC1F29F2BC78AB15
4 changed files with 29 additions and 1 deletions

View file

@ -7,11 +7,17 @@ DEPLOY_ROOT=/var/www/deploy
# This setting configures the default domain-name to create subdomains of.
DEFAULT_DOMAIN=localhost.kwarc.info
# By default, the default domain redirects to the distillery repository.
# If you want to change this, set an alternate domain name here.
SELF_REDIRECT=
# The system can support setting up certificate(s) automatically.
# It can be enabled by setting an email for certbot certificates.
# This email address can be configured here.
CERTBOT_EMAIL=
# Each Drupal instance requires a corresponding system user, database users and databases.
# These are also set by the appropriate domain name.
# To differentiate them from other users of the system, these names can be prefixed.