diff options
Diffstat (limited to '.env')
| -rw-r--r-- | .env | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +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!" |