-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.example
34 lines (30 loc) · 891 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
#
# 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_USERNAME=
# MYSQL_PASSWORD=
# MYSQL_HOST=
# MYSQL_PORT=
#
# Outer quotes will be stripped --
#
# TRUSTED_HOST_PATTERNS="'^.gatech\.edu$','^.+\.gatech\.edu$'"
# HEADER_USER_AGENT='CoS FooAgent 2022'
# Another common use case is to set Drush's --uri via environment.
# DRUSH_OPTIONS_URI=http://example.com