From 01af408b13ef8ce7f2a742721875e0720bad75df Mon Sep 17 00:00:00 2001 From: Nicolas Ayral Seydoux Date: Thu, 4 Jul 2024 11:43:40 +0200 Subject: [PATCH] Cleanup .env.example --- e2e/env/.env.example | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/e2e/env/.env.example b/e2e/env/.env.example index 8518e65..3542fde 100644 --- a/e2e/env/.env.example +++ b/e2e/env/.env.example @@ -1,10 +1,8 @@ # Select environment (see @inrupt/internal-test-env for a list of available environments) -E2E_TEST_ENVIRONMENT="Inrupt Production" +E2E_TEST_ENVIRONMENT="ESS PodSpaces" E2E_TEST_IDP=https://login.inrupt.com # The following environment variables should be kept in a .env.test.local file # Obtain credentials via https://login.inrupt.com/registration.html E2E_TEST_CLIENT_ID="" E2E_TEST_CLIENT_SECRET="" -E2E_TEST_USER="" -E2E_TEST_PASSWORD=""