Miscellaneous fixes #10

Merged
oat merged 5 commits from rya/crystal-gauntlet:main into main 2024-02-03 17:26:13 +01:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit f424305747 - Show all commits

View File

@ -59,7 +59,7 @@ module CrystalGauntlet
config_get(key).as?(typeof(default)) || default
end
DATABASE = DB.open(ENV["DATABASE_URL"]? || "sqlite3://./crystal-gauntlet.db")
DATABASE = DB.open(ENV["DATABASE_URL"]? || "sqlite3://./data/crystal-gauntlet.db")
# todo: unhardcore
DATA_FOLDER = Path.new("data")