diff options
| author | Fuwn <[email protected]> | 2021-04-28 23:08:04 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-04-28 23:08:04 -0700 |
| commit | 8d7d26c9da4972dc1de3268815a643a7f0d7a948 (patch) | |
| tree | 90d63432f803be2d8ca6ca6b0b82b094228cb4fa /.env | |
| parent | Merge pull request #9 from Whirlsplash/renovate/rust-sqlx-0.x (diff) | |
| download | whirl-8d7d26c9da4972dc1de3268815a643a7f0d7a948.tar.xz whirl-8d7d26c9da4972dc1de3268815a643a7f0d7a948.zip | |
fmt: Increase verbosity of database migrations
Diffstat (limited to '.env')
| -rw-r--r-- | .env | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -0,0 +1,4 @@ +# 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=sqlite:whirl.db |