Skip to content

Commit d0a0141

Browse files
Copilotcandleindark
andcommitted
docs: Update env var names to use DANDI_TESTS_ prefix
Co-authored-by: candleindark <[email protected]>
1 parent b5be1ec commit d0a0141

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

DEVELOPMENT.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,16 +90,16 @@ development command line options.
9090
- `DANDI_TESTS_NO_VCR` — When set, the use of vcrpy to playback captured HTTP
9191
requests during testing will be disabled
9292

93-
- `DANDI_TEST_INSTANCE_NAME` -- Sets the instance name for the Docker Compose
93+
- `DANDI_TESTS_INSTANCE_NAME` -- Sets the instance name for the Docker Compose
9494
test environment (passed as `DJANGO_DANDI_INSTANCE_NAME`). Defaults to
9595
`DANDI`. Useful for testing vendorized instances.
9696

97-
- `DANDI_TEST_INSTANCE_IDENTIFIER` -- Sets the instance identifier (RRID) for
97+
- `DANDI_TESTS_INSTANCE_IDENTIFIER` -- Sets the instance identifier (RRID) for
9898
the Docker Compose test environment (passed as
9999
`DJANGO_DANDI_INSTANCE_IDENTIFIER`). Defaults to `RRID:ABC_123456`. Useful
100100
for testing vendorized instances.
101101

102-
- `DANDI_TEST_DOI_PREFIX` -- Sets the DOI API prefix for the Docker Compose
102+
- `DANDI_TESTS_DOI_PREFIX` -- Sets the DOI API prefix for the Docker Compose
103103
test environment (passed as `DJANGO_DANDI_DOI_API_PREFIX`). Defaults to
104104
`10.80507`. Useful for testing vendorized instances.
105105

0 commit comments

Comments
 (0)