-
Notifications
You must be signed in to change notification settings - Fork 1
/
.env.example
38 lines (33 loc) · 997 Bytes
/
.env.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
#
# Copy and rename this file to .env at root of this project.
# Remove also all the comments here and leave the key-value pairs.
#
# A common use case is to supply database creds via the environment. Edit settings.php
# like so:
#
# $databases['default']['default'] = [
# 'database' => getenv('MYSQL_DATABASE'),
# 'driver' => 'mysql',
# 'host' => getenv('MYSQL_HOSTNAME'),
# 'namespace' => 'Drupal\\Core\\Database\\Driver\\mysql',
# 'password' => getenv('MYSQL_PASSWORD'),
# 'port' => getenv('MYSQL_PORT'),
# 'prefix' => '',
# 'username' => getenv('MYSQL_USER'),
# ];
#
# Uncomment and populate as needed.
MYSQL_DATABASE=expresso-php
MYSQL_HOSTNAME=db
MYSQL_PASSWORD=expresso-php
MYSQL_PORT=3306
MYSQL_USER=expresso-php
# Another common use case is to set Drush's --uri via environment.
# DRUSH_OPTIONS_URI=http://example.com
# Drupal Admin credentials.
DRUPAL_USER=admin
DRUPAL_PASSWORD=admin
# Sync Directory.
SYNC_DIRECTORY='../config/sync'
# Project Name
PROJECT=dcc2019