From b5d9a00e2eeffb0f02eca54a5dbd00e52100a732 Mon Sep 17 00:00:00 2001 From: rgarcia Date: Tue, 1 Sep 2015 22:56:18 +0200 Subject: [PATCH] adds preproduction and production to database.yml.example --- config/database.yml.example | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config/database.yml.example b/config/database.yml.example index 93d3fd3b8..f09af3a66 100644 --- a/config/database.yml.example +++ b/config/database.yml.example @@ -13,6 +13,12 @@ development: staging: <<: *default +preproduction: + <<: *default + +production: + <<: *default + test: <<: *default database: participacion_test \ No newline at end of file