mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-12-27 02:58:55 +00:00
Fix documentation for SQLX_OFFLINE environment variable
This commit is contained in:
parent
85b5ab0fb3
commit
4fda8be005
@ -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`.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user