Fix documentation for SQLX_OFFLINE environment variable

This commit is contained in:
Jonas Platte 2020-10-28 13:41:57 +01:00 committed by Austin Bonander
parent 85b5ab0fb3
commit 4fda8be005

View File

@ -80,4 +80,4 @@ database schema and queries in the project. Intended for use in Continuous Integ
To make sure an accidentally-present `DATABASE_URL` environment variable or `.env` file does not
result in `cargo build` (trying to) access the database, you can set the `SQLX_OFFLINE` environment
variable.
variable to `true`.