aboutsummaryrefslogtreecommitdiff
path: root/.env
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-06-09 12:25:27 +0000
committerFuwn <[email protected]>2021-06-09 12:25:27 +0000
commit6c516b132bd58c11a2380a28b2db2b2e6b81bc52 (patch)
tree0bc4b9bd6f0dac69ae84365f0013cdd343b84712 /.env
parentrefactor(config): rename `Whirl.toml` to `Config.toml` (diff)
downloadwhirl-6c516b132bd58c11a2380a28b2db2b2e6b81bc52.tar.xz
whirl-6c516b132bd58c11a2380a28b2db2b2e6b81bc52.zip
refactor(database): rename database file
The file name `whirl.sqlite3` is redundant as the file is already in the `.whirl` directory. BREAKING CHANGE: Database file renamed
Diffstat (limited to '.env')
-rw-r--r--.env2
1 files changed, 1 insertions, 1 deletions
diff --git a/.env b/.env
index 962c8e2..472708e 100644
--- a/.env
+++ b/.env
@@ -1,5 +1,5 @@
# This file is *mostly* just a backup for environment variables in case Nix is
# either not working or you just don't want to use it. :)
-DATABASE_URl=.whirl/whirl.sqlite3
+DATABASE_URl=.whirl/db.sqlite3
RUST_BACKTRACE=1