-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
executable file
·33 lines (30 loc) · 897 Bytes
/
.env.example
File metadata and controls
executable file
·33 lines (30 loc) · 897 Bytes
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
#
# Copy and rename this file to .env at root of this project.
#
# 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_ROOT_PASSWORD=
# MYSQL_DATABASE=
# MYSQL_HOSTNAME=
# MYSQL_USER=
# MYSQL_PASSWORD=
# MYSQL_PORT=
# DRUPAL_HASH_SALT=
# DRUPAL_TRUSTED_HOST=
# OS2Forms8 image tag. See https://hub.docker.com/repository/docker/os2forms/os2forms8
# OS2FORMS8_TAG=
# Port that is used on host machine for reaching out application
# WEB_SERVER_PORT=80