11 lines
190 B
Plaintext
11 lines
190 B
Plaintext
DB_HOST=localhost
|
|
DB_USER=root
|
|
DB_PASSWORD=secret
|
|
DB_NAME=drupal
|
|
|
|
SMTP_HOST=smtp.mailserver.com
|
|
SMTP_PORT=587
|
|
SMTP_USER=your@email.com
|
|
SMTP_PASSWORD=yourpassword
|
|
|
|
DRUPAL_PATH=/path/to/drupal |