Some checks are pending
CI / build (snapshot, beta, 8.1) (push) Waiting to run
CI / build (snapshot, beta, 8.2) (push) Waiting to run
CI / build (snapshot, dev, 8.1) (push) Waiting to run
CI / build (snapshot, dev, 8.2) (push) Waiting to run
CI / build (snapshot, stable, 8.1) (push) Waiting to run
CI / build (snapshot, stable, 8.2) (push) Waiting to run
CI / build (snapshot, stable, 8.3) (push) Waiting to run
CI / build (stable, beta, 8.1) (push) Waiting to run
CI / build (stable, beta, 8.2) (push) Waiting to run
CI / build (stable, dev, 8.1) (push) Waiting to run
CI / build (stable, dev, 8.2) (push) Waiting to run
CI / build (stable, stable, 8.1) (push) Waiting to run
CI / build (stable, stable, 8.2) (push) Waiting to run
CI / build (stable, stable, 8.3) (push) Waiting to run
CI / test-composer (push) Waiting to run
28 lines
747 B
Plaintext
28 lines
747 B
Plaintext
#
|
|
# Copy and rename this file to .env at root of this project.
|
|
#
|
|
|
|
# A common use case is to supply database credentials via the environment. Edit settings.php
|
|
# like so:
|
|
#
|
|
# $databases['default']['default'] = [
|
|
# 'database' => $_ENV['MYSQL_DATABASE'],
|
|
# 'driver' => 'mysql',
|
|
# 'host' => $_ENV['MYSQL_HOSTNAME'],
|
|
# 'namespace' => 'Drupal\\Core\\Database\\Driver\\mysql',
|
|
# 'password' => $_ENV['MYSQL_PASSWORD'],
|
|
# 'port' => $_ENV['MYSQL_PORT'],
|
|
# 'prefix' => '',
|
|
# 'username' => $_ENV['MYSQL_USER'],
|
|
# ];
|
|
#
|
|
# Uncomment and populate as needed.
|
|
# MYSQL_DATABASE=
|
|
# MYSQL_HOSTNAME=
|
|
# MYSQL_PASSWORD=
|
|
# MYSQL_PORT=
|
|
# MYSQL_USER=
|
|
|
|
# Another common use case is to set Drush's --uri via environment.
|
|
# DRUSH_OPTIONS_URI=http://example.com
|