forked from OS2Forms/os2forms8
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.example
executable file
·29 lines (28 loc) · 885 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
#
# 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.
# APP_ENV=dev
# DATA_PATH_HOST=~/.docker/data
# MYSQL_ROOT_PASSWORD=5up3r_57r0nk_p455w0rd
# MYSQL_DATABASE=lorge_database
# MYSQL_USER=database_user
# MYSQL_PASSWORD=5up3r_53cr37_p455w0rd
# COMPOSE_PROJECT_NAME=os2forms
#
# Another common use case is to set Drush's --uri via environment.
# DRUSH_OPTIONS_URI=http://example.com