diff options
| author | Luc Donnet | 2015-06-09 15:33:40 +0200 | 
|---|---|---|
| committer | Luc Donnet | 2015-06-09 15:34:00 +0200 | 
| commit | 08bc55c292373a1cc875d8a078520caf9e116de0 (patch) | |
| tree | 5dcc0fdb18449e469f529dac7737e08ded98e7bd /config/deploy | |
| parent | f9170e9480cf3a0c3474b54820ea4a5585104cb5 (diff) | |
| download | chouette-core-08bc55c292373a1cc875d8a078520caf9e116de0.tar.bz2 | |
Set devise asynchronous mail to false by default
Diffstat (limited to 'config/deploy')
| -rw-r--r-- | config/deploy/unstable.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/config/deploy/unstable.rb b/config/deploy/unstable.rb index cd2fa9f6e..aff60778c 100644 --- a/config/deploy/unstable.rb +++ b/config/deploy/unstable.rb @@ -1,3 +1,3 @@  server "chouette-p.aix.cityway.fr", :app, :web, :db, :primary => true -set :branch, "rails4" +set :branch, "V3_0"  #set :gui_cmd, "2.5.2" | 
