mirror of
https://github.com/logseq/logseq.git
synced 2026-05-19 02:12:41 +00:00
fix sync test
This commit is contained in:
@@ -143,6 +143,8 @@ def start_server(args: argparse.Namespace) -> None:
|
||||
"COGNITO_ISSUER": issuer,
|
||||
"COGNITO_CLIENT_ID": client_id,
|
||||
"COGNITO_JWKS_URL": jwks_url,
|
||||
# CLI e2e sync suite should remain runnable without outbound internet.
|
||||
"DB_SYNC_ALLOW_UNVERIFIED_JWT_CLAIMS": "true",
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user