Skip to content

Commit

Permalink
Cleanup .env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
NSeydoux committed Jul 4, 2024
1 parent 05d20a5 commit 01af408
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions e2e/env/.env.example
Original file line number Diff line number Diff line change
@@ -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="<client-id>"
E2E_TEST_CLIENT_SECRET="<client-secret>"
E2E_TEST_USER="<username>"
E2E_TEST_PASSWORD="<password>"

0 comments on commit 01af408

Please sign in to comment.