diff options
| author | Florent Peyraud | 2017-12-17 15:50:03 +0100 | 
|---|---|---|
| committer | Alban Peignier | 2018-01-07 23:22:20 +0100 | 
| commit | 9f47c50619642f6c7e2ffc205aaec49f3ce5a7c3 (patch) | |
| tree | 06dcbefe834bfe7f7c0ce3bafcd68ce2546e8599 | |
| parent | 7a717d86bffabc97f4cba9f4b15a635d8c1f1e01 (diff) | |
| download | chouette-core-9f47c50619642f6c7e2ffc205aaec49f3ce5a7c3.tar.bz2 | |
refactor database.yml for nulldb adapter
| -rw-r--r-- | config/database.yml | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/config/database.yml b/config/database.yml index 2a3ddf5d0..60f1d032f 100644 --- a/config/database.yml +++ b/config/database.yml @@ -21,6 +21,7 @@ test: &test  production:    <<: *default +  adapter: <%= ENV.fetch 'RAILS_DB_ADAPTER', 'postgis' %>    database: chouette2  cucumber: | 
