Skip to content

Commit 301c28f

Browse files
Copilotcandleindark
andcommitted
docs: Update env var descriptions per review feedback
Co-authored-by: candleindark <[email protected]>
1 parent 04257d5 commit 301c28f

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

DEVELOPMENT.md

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -90,18 +90,17 @@ 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_TESTS_INSTANCE_NAME` -- Sets the instance name for the Docker Compose
94-
test environment (passed as `DJANGO_DANDI_INSTANCE_NAME`). Defaults to
95-
`DANDI`. Useful for testing vendorized instances.
96-
97-
- `DANDI_TESTS_INSTANCE_IDENTIFIER` -- Sets the instance identifier (RRID) for
98-
the Docker Compose test environment (passed as
99-
`DJANGO_DANDI_INSTANCE_IDENTIFIER`). Defaults to `RRID:ABC_123456`. Useful
100-
for testing vendorized instances.
101-
102-
- `DANDI_TESTS_DOI_PREFIX` -- Sets the DOI API prefix for the Docker Compose
103-
test environment (passed as `DJANGO_DANDI_DOI_API_PREFIX`). Defaults to
104-
`10.80507`. Useful for testing vendorized instances.
93+
- `DANDI_TESTS_INSTANCE_NAME` -- Sets the instance name for the dandi-archive instance used for
94+
testing. Defaults to `"DANDI"`. Useful for testing dandi-cli against a dandi-archive instance with
95+
a particular vendor information.
96+
97+
- `DANDI_TESTS_INSTANCE_IDENTIFIER` -- Sets the instance identifier (RRID) for the dandi-archive
98+
instance used for testing. Defaults to `"RRID:ABC_123456"`. Useful for testing dandi-cli against
99+
a dandi-archive instance with a particular vendor information.
100+
101+
- `DANDI_TESTS_DOI_PREFIX` -- Sets the DOI API prefix for the dandi-archive instance used for
102+
testing. Defaults to `"10.80507"`. Useful for testing dandi-cli against a dandi-archive instance
103+
with a particular vendor information.
105104

106105
- `DANDI_DEVEL_INSTRUMENT_REQUESTS_SUPERLEN` -- When set, the `upload()`
107106
function will patch `requests` to log the results of calls to

0 commit comments

Comments
 (0)