aboutsummaryrefslogtreecommitdiff
path: root/.env
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-05-03 16:20:45 -0700
committerFuwn <[email protected]>2021-05-03 16:20:45 -0700
commit0b4299ac3b897c11877d1936641248747742413c (patch)
tree1a22a2388562ff38bf2dd9eac55842a530def760 /.env
parentdocs(readme): add development prerequisites (diff)
downloadwhirl-0b4299ac3b897c11877d1936641248747742413c.tar.xz
whirl-0b4299ac3b897c11877d1936641248747742413c.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