mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-22 08:15:44 +01:00
1fb4e7fa67
Co-authored-by: Oliver Browne <oliver@posthog.com>
5 lines
226 B
TOML
5 lines
226 B
TOML
[env]
|
|
# Force SQLX to run in offline mode for CI. Devs can change this if they want, to live code against the DB,
|
|
# but we use it at the workspace level here to allow use of sqlx macros across all crates
|
|
SQLX_OFFLINE = "true"
|