From 4fda8be005f83aba3bc5c7c5f591dd2ad4fc4c40 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Wed, 28 Oct 2020 13:41:57 +0100 Subject: [PATCH] Fix documentation for SQLX_OFFLINE environment variable --- sqlx-cli/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sqlx-cli/README.md b/sqlx-cli/README.md index 9276451b..80e7f81e 100644 --- a/sqlx-cli/README.md +++ b/sqlx-cli/README.md @@ -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`.