From 810d29b3a6e2aae862611975a13cbf5e29a5c8a1 Mon Sep 17 00:00:00 2001 From: Sebastian Serth Date: Thu, 3 Dec 2020 19:07:06 +0100 Subject: [PATCH] Use new database name for example config --- config/database.yml.example | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/database.yml.example b/config/database.yml.example index ca2edd83..60ae0d82 100644 --- a/config/database.yml.example +++ b/config/database.yml.example @@ -7,12 +7,12 @@ default: &default development: <<: *default - database: code_ocean_development + database: codeocean_development production: <<: *default - database: code_ocean_production + database: codeocean_production test: <<: *default - database: code_ocean_test + database: codeocean_test