aboutsummaryrefslogtreecommitdiff
path: root/.env
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-03-21 19:29:37 +0000
committerFuwn <[email protected]>2021-03-21 19:29:37 +0000
commit817da38a555c48291fd38440b644d108e9c9da64 (patch)
tree667590ddccd0b070397edd084ceaf9e1c58fedf4 /.env
parentetc: get started on implementing db routines (diff)
downloadwhirl-817da38a555c48291fd38440b644d108e9c9da64.tar.xz
whirl-817da38a555c48291fd38440b644d108e9c9da64.zip
feature: Use sqlx instead of rustqlite
Diffstat (limited to '.env')
-rw-r--r--.env2
1 files changed, 2 insertions, 0 deletions
diff --git a/.env b/.env
index 9eb8674..0c686a0 100644
--- a/.env
+++ b/.env
@@ -1,2 +1,4 @@
# My personal .env file I use for development. ~ @fuwn
RUST_LOG=warn,whirl=info,whirl=debug
+
+DATABASE_URL=sqlite:worlds.db