-
Notifications
You must be signed in to change notification settings - Fork 6
/
.envrc.example
13 lines (13 loc) · 988 Bytes
/
.envrc.example
1
2
3
4
5
6
7
8
9
10
11
12
13
export OPAL_AUTH_TOKEN=Token for testing locally with dev_overrides
export OPAL_TEST_TOKEN=Token used for running acceptance tests
export OPAL_TEST_KNOWN_USER_ID_1=A user ID in the test org
export OPAL_TEST_KNOWN_USER_ID_2=Another user ID in the test org
export OPAL_TEST_BASE_URL=The url of your Opal installation to test with.
export OPAL_TEST_KNOWN_CUSTOM_APP_ID=App ID for a custom app in the test org
export OPAL_TEST_KNOWN_CUSTOM_APP_ADMIN_OWNER_ID=Owner ID for the owner of OPAL_TEST_KNOWN_CUSTOM_APP_ID
export OPAL_TEST_KNOWN_REQUEST_TEMPLATE_ID=Request Template ID in the test org
export OPAL_TEST_KNOWN_GITHUB_APP_ID=App ID for a github app connection set up in the test org
export OPAL_TEST_KNOWN_GITHUB_APP_REPO_NAME=Repo name of test repo
export OPAL_TEST_KNOWN_GITHUB_APP_TEAM_SLUG=Team ID for a github team in the github app
export OPAL_TEST_KNOWN_OPAL_APP_ID=App ID for the Opal root connection.
export OPAL_TEST_KNOWN_OPAL_APP_ADMIN_OWNER_ID=Owner ID for the root owner.