aboutsummaryrefslogtreecommitdiff
path: root/.env
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-05-03 16:20:45 +0000
committerFuwn <[email protected]>2021-05-03 16:20:45 +0000
commit262d59d7b3bcfda94d333d1acc8ed1a505df1c0f (patch)
tree4fdcc0ae5df1bf4c0713eeb7d4bf712c812c3ec7 /.env
parentdocs(readme): add development prerequisites (diff)
downloadwhirl-262d59d7b3bcfda94d333d1acc8ed1a505df1c0f.tar.xz
whirl-262d59d7b3bcfda94d333d1acc8ed1a505df1c0f.zip
feat(db): use diesel instead of sqlx, implement database tests
Diffstat (limited to '.env')
-rw-r--r--.env2
1 files changed, 1 insertions, 1 deletions
diff --git a/.env b/.env
index 18c3d24..7891f34 100644
--- a/.env
+++ b/.env
@@ -1,4 +1,4 @@
# 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=sqlite:whirl.db
+DATABASE_URl=whirl.sqlite3