From d7db7cb66d0a7c1b469ccc63045131130c6aa27a Mon Sep 17 00:00:00 2001 From: Kuba Turek Date: Sun, 18 Jan 2015 14:17:26 +0100 Subject: [PATCH] Add some usage examples --- docs/example-config/.mage/config/environment/production.yml | 3 +++ docs/example-config/.mage/config/general.yml | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/docs/example-config/.mage/config/environment/production.yml b/docs/example-config/.mage/config/environment/production.yml index 97a3fcc..1af997f 100644 --- a/docs/example-config/.mage/config/environment/production.yml +++ b/docs/example-config/.mage/config/environment/production.yml @@ -22,3 +22,6 @@ tasks: - sampleTask - sampleTaskRollbackAware verbose_logging: true +env: + variables: + symfony_env: prod diff --git a/docs/example-config/.mage/config/general.yml b/docs/example-config/.mage/config/general.yml index c3a9b6d..3accc0e 100644 --- a/docs/example-config/.mage/config/general.yml +++ b/docs/example-config/.mage/config/general.yml @@ -7,3 +7,7 @@ verbose_logging: false scm: type: git url: git://github.com/andres-montanez/Zend-Framework-Twig-example-app.git +env: + variables: + node_path: "/bin/node" + symfony_env: prod