Added dedicated entrypoint

This commit is contained in:
Pavel Pivovarov
2021-03-17 17:45:27 +11:00
parent 489ba2ef61
commit a5b17cd47e

View File

@@ -2,4 +2,4 @@ production:
adapter: sqlite3 adapter: sqlite3
pool: 5 pool: 5
timeout: 5000 timeout: 5000
database: <%= ENV['DATABASE'] || "db/database/snibox.sqlite3" %> database: <%= ENV['DATABASE'] || "" %>