aboutsummaryrefslogtreecommitdiff
path: root/.env
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-03-29 13:31:02 -0700
committerFuwn <[email protected]>2021-03-29 13:31:02 -0700
commit12517eee14d79a2673338c94cbc0d091840b32a3 (patch)
treee6092233c3236060974a35614861b20ef9bca88a /.env
parentfeature: Implement CLI (diff)
downloadwhirl-12517eee14d79a2673338c94cbc0d091840b32a3.tar.xz
whirl-12517eee14d79a2673338c94cbc0d091840b32a3.zip
feature: Use TOML as config instead of environment variables
Diffstat (limited to '.env')
-rw-r--r--.env5
1 files changed, 0 insertions, 5 deletions
diff --git a/.env b/.env
deleted file mode 100644
index a46f76c..0000000
--- a/.env
+++ /dev/null
@@ -1,5 +0,0 @@
-# My personal .env file I use for development. ~ @fuwn
-# RUST_LOG=warn,whirl=info,whirl=debug #,whirl=trace
-
-DATABASE_URL=sqlite:worlds.db
-WORLDSMASTER_GREETING="Welcome to Whirlsplash!"