aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config/database.yml1
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: