Remove the GRIST_ALLOWED_HOSTS environment variable (#899)

This mostly reverts commit 49b1749e98.
This commit is contained in:
Jonathan Perret
2024-03-15 14:40:56 +01:00
committed by GitHub
parent 2cc48c3bfb
commit b054810fd1
5 changed files with 6 additions and 33 deletions

View File

@@ -49,7 +49,6 @@ export class TestServer {
GRIST_PORT: '0',
GRIST_DISABLE_S3: 'true',
REDIS_URL: process.env.TEST_REDIS_URL,
GRIST_ALLOWED_HOSTS: `example.com,localhost`,
GRIST_TRIGGER_WAIT_DELAY: '100',
// this is calculated value, some tests expect 4 attempts and some will try 3 times
GRIST_TRIGGER_MAX_ATTEMPTS: '4',