Move DEFAULT_DOMAIN before CERTBOT_EMAIL
This commit is contained in:
parent
613fb3fe6e
commit
b1495d8e43
1 changed files with 5 additions and 4 deletions
|
|
@ -2,6 +2,11 @@
|
||||||
# On top of this all real-system space will be created under this directory.
|
# On top of this all real-system space will be created under this directory.
|
||||||
DEPLOY_ROOT=/var/www/deploy
|
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.
|
# The system can support setting up certificate(s) automatically.
|
||||||
# It can be enabled by setting an email for certbot certificates.
|
# It can be enabled by setting an email for certbot certificates.
|
||||||
# This email address can be configured here.
|
# This email address can be configured here.
|
||||||
|
|
@ -23,10 +28,6 @@ GRAPHDB_REPO_PREFIX=graphdb-factory-
|
||||||
DISTILLERY_BOOKKEEPING_DATABASE=distillery
|
DISTILLERY_BOOKKEEPING_DATABASE=distillery
|
||||||
DISTILLERY_BOOKKEEPING_TABLE=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.
|
# Various components use password-based-authentication.
|
||||||
# These passwords are generated automatically.
|
# These passwords are generated automatically.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue