X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=vendor%2Fdrush%2Fdrush%2Fdocs%2Fusing-drush-configuration.md;fp=vendor%2Fdrush%2Fdrush%2Fdocs%2Fusing-drush-configuration.md;h=e031766de2fbb0374be14dc231663ac6f49394a7;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hp=4e8e44e909cec47a498e276a33df2c3d507bfc38;hpb=74df008bdbb3a11eeea356744f39b802369bda3c;p=yaffs-website diff --git a/vendor/drush/drush/docs/using-drush-configuration.md b/vendor/drush/drush/docs/using-drush-configuration.md index 4e8e44e90..e031766de 100644 --- a/vendor/drush/drush/docs/using-drush-configuration.md +++ b/vendor/drush/drush/docs/using-drush-configuration.md @@ -1,7 +1,7 @@ Drush Configuration =================== -Drush users provide may provide configuration via: +Drush users may provide configuration via: 1. yml files that are placed in specific directories. [See our example file](https://raw.githubusercontent.com/drush-ops/drush/master/examples/example.drush.yml) for more information. You may also add configuration to a site alias - [see example site alias](https://raw.githubusercontent.com/drush-ops/drush/master/examples/example.site.yml). 1. Properly named environment variables are automatically used as configuration. To populate the options.uri config item, create an environment variable like so `DRUSH_OPTIONS_URI=http://example.com`. As you can see, variable names should be uppercased, prefixed with `DRUSH_`, and periods replaced with dashes.