diff options
| author | Fuwn <[email protected]> | 2021-03-29 13:31:02 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-03-29 13:31:02 +0000 |
| commit | 5dc613894d6fdd995100a619566823221114dab1 (patch) | |
| tree | 15d0478c896f198fa702883c50474efaffcf2a11 /.env | |
| parent | feature: Implement CLI (diff) | |
| download | whirl-5dc613894d6fdd995100a619566823221114dab1.tar.xz whirl-5dc613894d6fdd995100a619566823221114dab1.zip | |
feature: Use TOML as config instead of environment variables
Diffstat (limited to '.env')
| -rw-r--r-- | .env | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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!" |