Skip to content

Commit

Permalink
Ref #3379. Also document how to reference env variables in config val…
Browse files Browse the repository at this point in the history
…ues.
  • Loading branch information
weitzman committed Feb 13, 2018
1 parent f935c1a commit d42bd49
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions examples/example.drush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
# Use this file to cut down on typing out lengthy and repetitive command line
# options in the Drush commands you use and to avoid mistakes.
#
# The Drush configuration system has been factored out and shared with
# the world at https://github.com/consolidation/config. Feel free to use it
# for your projects. Lots more usage information is there.

# Directories and Discovery
#
# Rename this file to drush.yml and copy it to one of the places listed below
# in order of precedence:
#
Expand All @@ -16,10 +22,11 @@
#
# If a configuration file is found in any of the above locations, it will be
# loaded and merged with other configuration files in the search list.

# Environment variables
#
# The Drush configuration system has been factored out and shared with
# the world at https://github.com/consolidation/config. Feel free to use it
# for your projects. Lots more usage information is there.
# Your Drush config file may reference environment variables using a syntax like ${env.home}.
# For example see the drush.paths examples below.
#
# An alternative way to populate Drush configuration is to define environment variables that
# correspond to config keys. For example, to populate the options.uri config item,
Expand Down

0 comments on commit d42bd49

Please sign in to comment.