Make 'TARGET' configurable
This commit makes the TARGET of the self container redirect configurable.
This commit is contained in:
parent
2dfed350e0
commit
65a42f61e9
4 changed files with 29 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue