diff options
| author | Fuwn <[email protected]> | 2021-03-25 22:20:21 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-03-25 22:20:21 +0000 |
| commit | 5fc28bfb2851441893ef2ad5f72e0feb8a0a22cc (patch) | |
| tree | f39b7bccc486298b1b7f4945cad37b4839817b73 /.env | |
| parent | feature: Byte utilities (diff) | |
| download | whirl-5fc28bfb2851441893ef2ad5f72e0feb8a0a22cc.tar.xz whirl-5fc28bfb2851441893ef2ad5f72e0feb8a0a22cc.zip | |
major: Publish work-in-progress
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!" |