From 565bca369a35eb79e2649a82cfa389c9290d2a89 Mon Sep 17 00:00:00 2001 From: Antti Hukkanen Date: Thu, 1 Dec 2022 16:13:08 +0200 Subject: [PATCH] Update the database URL to the "olive" instance --- config/database.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/database.yml b/config/database.yml index 4fa284b..d084a68 100644 --- a/config/database.yml +++ b/config/database.yml @@ -84,4 +84,4 @@ test: # url: <%= ENV['DATABASE_URL'] %> # production: - url: <%= ENV['DATABASE_URL'] || "postgresql://localhost/metadecidim" %> + url: <%= ENV['HEROKU_POSTGRESQL_OLIVE_URL'] || ENV['DATABASE_URL'] || "postgresql://localhost/metadecidim" %>