From b1495d8e433f8a3e4a4ea99909fca5d3a1eec810 Mon Sep 17 00:00:00 2001 From: Tom Wiesing Date: Tue, 30 Jun 2020 14:49:45 +0200 Subject: [PATCH] Move DEFAULT_DOMAIN before CERTBOT_EMAIL --- distillery/.env.sample | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/distillery/.env.sample b/distillery/.env.sample index d8ca8ae..d8428ad 100644 --- a/distillery/.env.sample +++ b/distillery/.env.sample @@ -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.