diff options
| author | Fuwn <[email protected]> | 2021-05-20 17:06:26 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-05-20 17:06:26 -0700 |
| commit | 257c22653614917a719e085d10091aab2fc6cf6c (patch) | |
| tree | 14f33a400d2c6307fee1fb446357829c2581201a /.env | |
| parent | refactor(global): move crates around, stricter module isolation (diff) | |
| download | whirl-257c22653614917a719e085d10091aab2fc6cf6c.tar.xz whirl-257c22653614917a719e085d10091aab2fc6cf6c.zip | |
fix(env): nix env vars to .env
Diffstat (limited to '.env')
| -rw-r--r-- | .env | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,3 +2,4 @@ # either not working or you just don't want to use it. :) DATABASE_URl=whirl.sqlite3 +RUST_BACKTRACE=1 |