Update Composer, update everything
This commit is contained in:
parent
ea3e94409f
commit
dda5c284b6
19527 changed files with 1135420 additions and 351004 deletions
25
vendor/drupal/console/templates/files/.env.dist.twig
vendored
Normal file
25
vendor/drupal/console/templates/files/.env.dist.twig
vendored
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
{{ yaml_comment('commands.dotenv.init.messages.template-env') }}
|
||||
|
||||
# ENV
|
||||
ENVIRONMENT={{ environment }}
|
||||
|
||||
# Database
|
||||
DATABASE_NAME={{ database_name }}
|
||||
DATABASE_USER={{ database_user }}
|
||||
DATABASE_PASSWORD={{ database_password }}
|
||||
DATABASE_HOST={{ database_host }}
|
||||
DATABASE_PORT={{ database_port }}
|
||||
|
||||
# HOST
|
||||
HOST_NAME={{ host_name }}
|
||||
HOST_PORT={{ host_port }}
|
||||
|
||||
# Default values for drupal-composer
|
||||
DRUPAL_ROOT={{ drupal_root }}
|
||||
SERVER_ROOT={{ server_root }}
|
||||
|
||||
{% if load_settings is defined %}
|
||||
# SETTINGS
|
||||
SETTINGS_BAR=baz
|
||||
SETTINGS_LOREM=ipsum
|
||||
{% endif %}
|
||||
Reference in a new issue