From a5b17cd47ee16da5829148155aef0b8d0c7bd7f5 Mon Sep 17 00:00:00 2001 From: Pavel Pivovarov Date: Wed, 17 Mar 2021 17:45:27 +1100 Subject: [PATCH] Added dedicated entrypoint --- config/database.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/database.yml b/config/database.yml index 56175d6..0aa9a41 100644 --- a/config/database.yml +++ b/config/database.yml @@ -2,4 +2,4 @@ production: adapter: sqlite3 pool: 5 timeout: 5000 - database: <%= ENV['DATABASE'] || "db/database/snibox.sqlite3" %> \ No newline at end of file + database: <%= ENV['DATABASE'] || "" %> \ No newline at end of file