``` $ DATABASE_URL="not a database url" crab env | grep DATABASE DATABASE_URL=postgres://localhost/db ``` `crab` should only set environment variables when they're not defined in the project itself. I think?