Compare commits
1 Commits
c4947218a4
...
fix/produc
| Author | SHA1 | Date | |
|---|---|---|---|
| 63e5881972 |
@@ -31,6 +31,9 @@ export default defineConfig({
|
||||
env: {
|
||||
...process.env,
|
||||
DEBUG: process.env.PLAYWRIGHT_DEBUG || 'true',
|
||||
// e2e logs in dozens of times per run from one IP — the per-minute
|
||||
// auth limits would 429 every spec after the first few.
|
||||
RATE_LIMIT_ENABLED: 'false',
|
||||
SECRET_KEY: process.env.PLAYWRIGHT_SECRET_KEY || 'playwright-test-secret-key',
|
||||
DATABASE_URL: backendDatabaseUrl,
|
||||
DATABASE_URL_SYNC: backendDatabaseUrlSync,
|
||||
|
||||
Reference in New Issue
Block a user