Move DEFAULT_DOMAIN before CERTBOT_EMAIL

This commit is contained in:
Tom Wiesing 2020-06-30 14:49:45 +02:00
parent 613fb3fe6e
commit b1495d8e43
No known key found for this signature in database
GPG key ID: DC1F29F2BC78AB15

View file

@ -2,6 +2,11 @@
# On top of this all real-system space will be created under this directory.
DEPLOY_ROOT=/var/www/deploy
# Each created Drupal Instance corresponds to a single domain name.
# These domain names should either be a complete domain name or a sub-domain of a default domain.
# This setting configures the default domain-name to create subdomains of.
DEFAULT_DOMAIN=localhost.kwarc.info
# 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.
@ -23,10 +28,6 @@ GRAPHDB_REPO_PREFIX=graphdb-factory-
DISTILLERY_BOOKKEEPING_DATABASE=distillery
DISTILLERY_BOOKKEEPING_TABLE=distillery
# Each created Drupal Instance corresponds to a single domain name.
# These domain names should either be a complete domain name or a sub-domain of a default domain.
# This setting configures the default domain-name to create subdomains of.
DEFAULT_DOMAIN=localhost.kwarc.info
# Various components use password-based-authentication.
# These passwords are generated automatically.