aboutsummaryrefslogtreecommitdiff
path: root/.env
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-03-29 12:51:00 +0000
committerFuwn <[email protected]>2021-03-29 12:51:00 +0000
commitcc5e4c2ebcda70f2fbd2a5a668adfa8066aeadc7 (patch)
treeef6b7884518ed7a5d97baaae6ddcf8cfb7e5cc20 /.env
parentchore: Change Rust toolchain for more accurate reproducibility (diff)
downloadwhirl-cc5e4c2ebcda70f2fbd2a5a668adfa8066aeadc7.tar.xz
whirl-cc5e4c2ebcda70f2fbd2a5a668adfa8066aeadc7.zip
feature: Implement CLI
Diffstat (limited to '.env')
-rw-r--r--.env2
1 files changed, 1 insertions, 1 deletions
diff --git a/.env b/.env
index 4cec92f..a46f76c 100644
--- a/.env
+++ b/.env
@@ -1,5 +1,5 @@
# My personal .env file I use for development. ~ @fuwn
-RUST_LOG=warn,whirl=info,whirl=debug #,whirl=trace
+# RUST_LOG=warn,whirl=info,whirl=debug #,whirl=trace
DATABASE_URL=sqlite:worlds.db
WORLDSMASTER_GREETING="Welcome to Whirlsplash!"