diff options
| author | Fuwn <[email protected]> | 2024-06-03 14:57:47 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-06-03 14:57:47 +0000 |
| commit | 3abe7df3fbc12a8df259f48c746f2b9344a5f33c (patch) | |
| tree | efec8803b8b65db8f56fafe884f879921091805a /.env | |
| parent | Merge pull request #153 from Whirlsplash/renovate/actions-checkout-3.x (diff) | |
| download | whirl-old.tar.xz whirl-old.zip | |
fix: bump rust and update accordinglyorigin/oldold
Diffstat (limited to '.env')
| -rw-r--r-- | .env | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ # This file is *mostly* just a backup for environment variables in case Nix is # either not working or you just don't want to use it. :) -DATABASE_URl=.whirl/db.sqlite3 +DATABASE_URL=.whirl/db.sqlite3 RUST_BACKTRACE=1 |