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.