mirror of
https://git.sr.ht/~edwardloveall/scribe
synced 2025-12-10 12:41:23 +00:00
Remove the need for a DATABASE_URL
Since the application does not use a database, it's confusing to have to set a bogus database URL environment variable. This change follows [the Lucky guide][1] suggestion for disabling the need for database configuration. That makes the setup a little easier. [1]: https://www.luckyframework.org/guides/database/intro-to-avram-and-orms
This commit is contained in:
committed by
Edward Loveall
parent
93f5cb2d9e
commit
098f7fe0f9
@@ -6,7 +6,6 @@ Lucky::AssetHelpers.load_manifest "public/mix-manifest.json"
|
||||
require "./version"
|
||||
require "../config/server"
|
||||
require "../config/**"
|
||||
require "./app_database"
|
||||
require "./constants"
|
||||
require "./models/base_model"
|
||||
require "./models/mixins/**"
|
||||
|
||||
Reference in New Issue
Block a user