X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=vendor%2Fdrush%2Fdrush%2Fexamples%2Fexample.drush.yml;fp=vendor%2Fdrush%2Fdrush%2Fexamples%2Fexample.drush.yml;h=dcbb63b393c749d5b3516f736036107c99e8ebfa;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hp=3e30e5b9c019af7f4afbc4ef3e459eb458620edd;hpb=74df008bdbb3a11eeea356744f39b802369bda3c;p=yaffs-website diff --git a/vendor/drush/drush/examples/example.drush.yml b/vendor/drush/drush/examples/example.drush.yml index 3e30e5b9c..dcbb63b39 100644 --- a/vendor/drush/drush/examples/example.drush.yml +++ b/vendor/drush/drush/examples/example.drush.yml @@ -71,18 +71,21 @@ drush: - '${env.home}/.drush/sites' - /etc/drush/sites + # Specify a folder where Drush should store its file based caches. If unspecified, defaults to $HOME/.drush. + #cache-directory: /tmp/.drush + # This section is for setting global options. options: # Specify the base_url that should be used when generating links. # Not recommended if you have more than one Drupal site on your system. - uri: 'http://example.com/subdir' +# uri: 'http://example.com/subdir' # Specify your Drupal core base directory (useful if you use symlinks). # Not recommended if you have more than one Drupal root on your system. - root: '/home/USER/workspace/drupal-6' +# root: '/home/USER/workspace/drupal-6' # Enable verbose mode. - verbose: true +# verbose: true # This section is for setting command-specific options. command: @@ -151,7 +154,7 @@ ssh: notify: # Notify when command takes more than 30 seconds. - duration: 30 +# duration: 30 # Specify a command to run. Defaults to Notification Center (OSX) or libnotify (Linux) # cmd: /path/to/program # See src/Commands/core/NotifyCommands.php for more configuration settings.