forked from department-of-veterans-affairs/va.gov-cms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.example
20 lines (16 loc) · 939 Bytes
/
.env.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# ddev Environment Variables
#
# This file is used by the file scripts/composer/EnvironmentHandler.php for setting environment variables when running the
# site using the ddev local development environment.
#
# If you wish to override these, you can create a .env file and that will be loaded instead.
# Used by WEB build process.
DRUPAL_ADDRESS=https://va-gov-cms.ddev.site
# Used by behat tests.
# DO NOT use environment variable insertion here. Other systems may load this in a different order.
BEHAT_PARAMS={"extensions":{"Behat\\MinkExtension":{"base_url":"https://va-gov-cms.ddev.site"},"Drupal\\DrupalExtension":{"drush":{"root":"/var/www/html/docroot","alias":"@none"},"drupal":{"drupal_root":"/var/www/html/docroot"}}}}
# Keep this to ensure environment type is set.
CMS_ENVIRONMENT_TYPE=local
# You can uncomment this to develop environment-specific functionality like the
# Rebuild & Deploy Page
# CMS_ENVIRONMENT_TYPE=prod